[Modify] Remove it

This commit is contained in:
sta 2017-08-05 16:32:10 +09:00
parent 581a03e08d
commit d58cfbbb14

View File

@ -2074,11 +2074,6 @@ namespace WebSocketSharp
#region Internal Methods
internal static string CheckSendParameter (string data)
{
return data == null ? "'data' is null." : null;
}
internal static string CheckSendParameters (Stream stream, int length)
{
return stream == null