[Modify] Remove it

This commit is contained in:
sta 2019-10-20 21:39:39 +09:00
parent d21f578277
commit d0bf684d7c

View File

@ -495,12 +495,6 @@ namespace WebSocketSharp.Net
return false;
}
private void checkDisposed ()
{
if (_disposed)
throw new ObjectDisposedException (GetType ().ToString ());
}
private void checkDisposedOrHeadersSent ()
{
if (_disposed)