[Modify] Remove it

This commit is contained in:
sta 2021-04-15 19:48:52 +09:00
parent 14a28b3394
commit 770c46f6c5

View File

@ -468,11 +468,6 @@ namespace WebSocketSharp.Net
_contextRegistered = true;
}
private void removeConnection ()
{
_listener.RemoveConnection (this);
}
private void unregisterContext ()
{
if (!_contextRegistered)