From 587f1403226d495afa287a3f9314e45d01589d1b Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 24 May 2020 22:07:01 +0900 Subject: [PATCH] [Modify] Remove it --- websocket-sharp/Net/WebHeaderCollection.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/websocket-sharp/Net/WebHeaderCollection.cs b/websocket-sharp/Net/WebHeaderCollection.cs index f869fe01..75d5fc7f 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -1014,12 +1014,6 @@ namespace WebSocketSharp.Net return headerInfo != null && headerInfo.IsRestricted (response); } - private void removeWithoutCheckingName (string name, string unuse) - { - checkRestricted (name); - base.Remove (name); - } - private void setWithoutCheckingName (string name, string value) { doWithoutCheckingName (base.Set, name, value);