Removed the Ext.IsNoStatus methods

This commit is contained in:
sta 2015-05-03 14:49:39 +09:00
parent e81c5b7d96
commit 353abd0d03

View File

@ -577,16 +577,6 @@ namespace WebSocketSharp
return value.StartsWith (method.ToExtensionString ());
}
// internal static bool IsNoStatus (this ushort code)
// {
// return code == (ushort) CloseStatusCode.NoStatus;
// }
//
// internal static bool IsNoStatus (this CloseStatusCode code)
// {
// return code == CloseStatusCode.NoStatus;
// }
internal static bool IsPortNumber (this int value)
{
return value > 0 && value < 65536;