From 189fe2615b3af8445e688c07523b02640b85150f Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 23 May 2016 15:13:30 +0900 Subject: [PATCH] [Modify] Remove it --- websocket-sharp/Net/HttpConnection.cs | 9 --------- 1 file changed, 9 deletions(-) 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)