diff --git a/websocket-sharp/Net/HttpConnection.cs b/websocket-sharp/Net/HttpConnection.cs index fdf9e4de..e805144a 100644 --- a/websocket-sharp/Net/HttpConnection.cs +++ b/websocket-sharp/Net/HttpConnection.cs @@ -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)