[System]: Remove 'SECURITY_DEP' conditional from HttpListener and related classes...
[mono.git] / mcs / class / System / System.Net / EndPointManager.cs
index 6db036a7f02a3e0c14431511ac0c6cafbc69a915..2f1658ab113ee155ffbb146e8c69ca85652d8abd 100644 (file)
@@ -26,8 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if SECURITY_DEP
-
 using System.Collections;
 using System.Collections.Generic;
 namespace System.Net {
@@ -158,5 +156,4 @@ namespace System.Net {
                }
        }
 }
-#endif