From f90a3470550b61ae2164ec5c2c690cf9a828cabd Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 23 May 2016 15:16:04 +0900 Subject: [PATCH] [Modify] Remove it --- websocket-sharp/Net/EndPointListener.cs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/websocket-sharp/Net/EndPointListener.cs b/websocket-sharp/Net/EndPointListener.cs index 7d6b5193..8850db48 100644 --- a/websocket-sharp/Net/EndPointListener.cs +++ b/websocket-sharp/Net/EndPointListener.cs @@ -516,14 +516,6 @@ namespace WebSocketSharp.Net checkIfRemove (); } - public void UnbindContext (HttpListenerContext context) - { - if (context == null || context.Listener == null) - return; - - context.Listener.UnregisterContext (context); - } - #endregion } }