From e43680d45a5e2c74a876a0d03f590fdfb55c5e49 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 18 Apr 2019 14:10:48 +0900 Subject: [PATCH] [Modify] Remove it --- websocket-sharp/Net/CookieCollection.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/websocket-sharp/Net/CookieCollection.cs b/websocket-sharp/Net/CookieCollection.cs index 1086d958..696d44d9 100644 --- a/websocket-sharp/Net/CookieCollection.cs +++ b/websocket-sharp/Net/CookieCollection.cs @@ -535,11 +535,6 @@ namespace WebSocketSharp.Net return -1; } - private static string[] splitCookieHeaderValue (string value) - { - return new List (value.SplitHeaderValue (',', ';')).ToArray (); - } - private static string urlDecode (string s, Encoding encoding) { if (s == null)