diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs
index fdcf00f2..bed790ec 100644
--- a/websocket-sharp/Ext.cs
+++ b/websocket-sharp/Ext.cs
@@ -1976,23 +1976,6 @@ namespace WebSocketSharp
return ret;
}
- ///
- /// URL-decodes the specified .
- ///
- ///
- /// A that receives the decoded string or
- /// if it is or empty.
- ///
- ///
- /// A to decode.
- ///
- public static string UrlDecode (this string value)
- {
- return value != null && value.Length > 0
- ? HttpUtility.UrlDecode (value)
- : value;
- }
-
///
/// Writes and sends the specified data with the specified
/// .