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)