[Modify] Remove it

This commit is contained in:
sta 2021-05-23 22:20:02 +09:00
parent df8b31fcaf
commit 3d45ae6779

View File

@ -204,14 +204,6 @@ namespace WebSocketSharp.Net
complete (this);
}
internal HttpListenerContext GetContext ()
{
if (_exception != null)
throw _exception;
return _context;
}
#endregion
}
}