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)