diff --git a/websocket-sharp/Net/HttpUtility.cs b/websocket-sharp/Net/HttpUtility.cs
index e0419045..c1d9889a 100644
--- a/websocket-sharp/Net/HttpUtility.cs
+++ b/websocket-sharp/Net/HttpUtility.cs
@@ -973,16 +973,6 @@ namespace WebSocketSharp.Net
return buff.ToString ();
}
- ///
- /// HTML-encodes a and sends the encoded
- /// to the specified .
- ///
- ///
- /// A to encode.
- ///
- ///
- /// A that receives the encoded string.
- ///
public static void HtmlEncode (string s, TextWriter output)
{
if (output == null)