[System]: Remove 'SECURITY_DEP' conditional from HttpListener and related classes...
[mono.git] / mcs / class / System / System.Net / HttpListenerRequest.cs
index fc0125df25a8fbd10362b6bfb2acea030bcdfde9..2a690b0e3b2519630622fb0e815026af226ab65b 100644 (file)
@@ -28,8 +28,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if SECURITY_DEP
-
 using System.Collections;
 using System.Collections.Specialized;
 using System.Globalization;
@@ -579,5 +577,4 @@ namespace System.Net {
                }
        }
 }
-#endif