From 7a2a2718f366589612a81aedb4e34cf5ccc590a2 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 20 Dec 2018 20:22:59 +0900 Subject: [PATCH] [Modify] Remove it --- websocket-sharp/Net/HttpUtility.cs | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/websocket-sharp/Net/HttpUtility.cs b/websocket-sharp/Net/HttpUtility.cs index 9b044436..4d9f8ad0 100644 --- a/websocket-sharp/Net/HttpUtility.cs +++ b/websocket-sharp/Net/HttpUtility.cs @@ -889,16 +889,6 @@ namespace WebSocketSharp.Net return output.ToString (); } - /// - /// Decodes an HTML-encoded and sends the decoded - /// to the specified . - /// - /// - /// A to decode. - /// - /// - /// A that receives the decoded string. - /// public static void HtmlDecode (string s, TextWriter output) { if (s == null)