From cd0f0657869b3eaf6331112121978a1ad310c764 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 22 Dec 2018 17:14:34 +0900 Subject: [PATCH] [Modify] Remove it --- websocket-sharp/Net/HttpUtility.cs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/websocket-sharp/Net/HttpUtility.cs b/websocket-sharp/Net/HttpUtility.cs index 16cf9bb1..41937638 100644 --- a/websocket-sharp/Net/HttpUtility.cs +++ b/websocket-sharp/Net/HttpUtility.cs @@ -768,15 +768,6 @@ namespace WebSocketSharp.Net output.Write (htmlEncode (s, true)); } - /// - /// Decodes an HTML-encoded and returns the decoded . - /// - /// - /// A that represents the decoded string. - /// - /// - /// A to decode. - /// public static string HtmlDecode (string s) { if (s == null)