diff --git a/websocket-sharp/Net/WebHeaderCollection.cs b/websocket-sharp/Net/WebHeaderCollection.cs index 0bc11fc2..d7bf9966 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -885,15 +885,6 @@ namespace WebSocketSharp.Net return value; } - private static string convert (string key) - { - HttpHeaderInfo headerInfo; - - return _headers.TryGetValue (key, out headerInfo) - ? headerInfo.Name - : String.Empty; - } - private void doWithCheckingState ( Action action, string name, string value, bool setState )