Skip to content

Commit b64f8eb

Browse files
committed
[Modify] Remove it
1 parent 502641c commit b64f8eb

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

websocket-sharp/Net/HttpListener.cs

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -528,21 +528,6 @@ private HttpListenerContext getContextFromQueue ()
528528

529529
#region Internal Methods
530530

531-
internal bool AddConnection (HttpConnection connection)
532-
{
533-
if (!_listening)
534-
return false;
535-
536-
lock (_connectionsSync) {
537-
if (!_listening)
538-
return false;
539-
540-
_connections[connection] = connection;
541-
542-
return true;
543-
}
544-
}
545-
546531
internal HttpListenerAsyncResult BeginGetContext (
547532
HttpListenerAsyncResult asyncResult
548533
)

0 commit comments

Comments
 (0)