[Modify] Remove it

This commit is contained in:
sta 2016-05-23 15:16:04 +09:00
parent 189fe2615b
commit f90a347055

View File

@ -516,14 +516,6 @@ namespace WebSocketSharp.Net
checkIfRemove (); checkIfRemove ();
} }
public void UnbindContext (HttpListenerContext context)
{
if (context == null || context.Listener == null)
return;
context.Listener.UnregisterContext (context);
}
#endregion #endregion
} }
} }