[Modify] Remove it
This commit is contained in:
parent
d21f578277
commit
d0bf684d7c
@ -495,12 +495,6 @@ namespace WebSocketSharp.Net
|
||||
return false;
|
||||
}
|
||||
|
||||
private void checkDisposed ()
|
||||
{
|
||||
if (_disposed)
|
||||
throw new ObjectDisposedException (GetType ().ToString ());
|
||||
}
|
||||
|
||||
private void checkDisposedOrHeadersSent ()
|
||||
{
|
||||
if (_disposed)
|
||||
|
Loading…
Reference in New Issue
Block a user