[Modify] Remove it

This commit is contained in:
sta 2018-12-22 17:14:34 +09:00
parent c57f1dc134
commit cd0f065786

View File

@ -768,15 +768,6 @@ namespace WebSocketSharp.Net
output.Write (htmlEncode (s, true));
}
/// <summary>
/// Decodes an HTML-encoded <see cref="string"/> and returns the decoded <see cref="string"/>.
/// </summary>
/// <returns>
/// A <see cref="string"/> that represents the decoded string.
/// </returns>
/// <param name="s">
/// A <see cref="string"/> to decode.
/// </param>
public static string HtmlDecode (string s)
{
if (s == null)