[Modify] Remove it

This commit is contained in:
sta 2019-04-18 14:10:48 +09:00
parent 0b7047618e
commit e43680d45a

View File

@ -535,11 +535,6 @@ namespace WebSocketSharp.Net
return -1; return -1;
} }
private static string[] splitCookieHeaderValue (string value)
{
return new List<string> (value.SplitHeaderValue (',', ';')).ToArray ();
}
private static string urlDecode (string s, Encoding encoding) private static string urlDecode (string s, Encoding encoding)
{ {
if (s == null) if (s == null)