[Modify] Remove it

This commit is contained in:
sta 2020-12-08 16:29:42 +09:00
parent 25ad2859b4
commit 9505b6f4ec

View File

@ -614,11 +614,6 @@ namespace WebSocketSharp.Net
}
}
public void SendError ()
{
SendError (_context.ErrorMessage, _context.ErrorStatus);
}
public void SendError (string message, int status)
{
if (_socket == null)