[Modify] Remove it
This commit is contained in:
parent
43c4df1321
commit
189fe2615b
@ -400,15 +400,6 @@ namespace WebSocketSharp.Net
|
||||
_listener.RemoveConnection (this);
|
||||
}
|
||||
|
||||
private void unbind ()
|
||||
{
|
||||
if (!_contextRegistered)
|
||||
return;
|
||||
|
||||
_listener.UnbindContext (_context);
|
||||
_contextRegistered = false;
|
||||
}
|
||||
|
||||
private void unregisterContext ()
|
||||
{
|
||||
if (!_contextRegistered)
|
||||
|
Loading…
Reference in New Issue
Block a user