diff --git a/websocket-sharp/Net/HttpListenerPrefix.cs b/websocket-sharp/Net/HttpListenerPrefix.cs
index a0233d2a..d66de982 100644
--- a/websocket-sharp/Net/HttpListenerPrefix.cs
+++ b/websocket-sharp/Net/HttpListenerPrefix.cs
@@ -58,22 +58,6 @@ namespace WebSocketSharp.Net
#region Internal Constructors
- ///
- /// Initializes a new instance of the class
- /// with the specified URI prefix.
- ///
- ///
- /// This constructor must be called after calling the CheckPrefix method.
- ///
- ///
- /// A that specifies the URI prefix.
- ///
- internal HttpListenerPrefix (string uriPrefix)
- {
- _original = uriPrefix;
- parse (uriPrefix);
- }
-
///
/// Initializes a new instance of the class
/// with the specified URI prefix and HTTP listener.