[Modify] Remove it

This commit is contained in:
sta 2021-04-19 21:29:15 +09:00
parent bea69ddebc
commit ff4686c128

View File

@ -488,11 +488,6 @@ namespace WebSocketSharp.Net
_disposed = true; _disposed = true;
} }
private HttpListenerAsyncResult getAsyncResultFromQueue ()
{
return _waitQueue.Count > 0 ? _waitQueue.Dequeue () : null;
}
private HttpListenerContext getContextFromQueue () private HttpListenerContext getContextFromQueue ()
{ {
return _contextQueue.Count > 0 ? _contextQueue.Dequeue () : null; return _contextQueue.Count > 0 ? _contextQueue.Dequeue () : null;