From 9f2c637177196cef0fa133b08e4797f3dd568959 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 17 Apr 2020 19:39:35 +0900 Subject: [PATCH] [Modify] Remove it --- websocket-sharp/Net/WebHeaderCollection.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/websocket-sharp/Net/WebHeaderCollection.cs b/websocket-sharp/Net/WebHeaderCollection.cs index 0e3f6d3e..0bc11fc2 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -986,11 +986,6 @@ namespace WebSocketSharp.Net #region Internal Methods - internal static string Convert (HttpResponseHeader header) - { - return convert (header.ToString ()); - } - internal void InternalRemove (string name) { base.Remove (name);