[Modify] Remove it

This commit is contained in:
sta 2021-04-18 16:15:18 +09:00
parent 502641cf11
commit b64f8ebaa2

View File

@ -528,21 +528,6 @@ namespace WebSocketSharp.Net
#region Internal Methods
internal bool AddConnection (HttpConnection connection)
{
if (!_listening)
return false;
lock (_connectionsSync) {
if (!_listening)
return false;
_connections[connection] = connection;
return true;
}
}
internal HttpListenerAsyncResult BeginGetContext (
HttpListenerAsyncResult asyncResult
)