[System]: Remove 'SECURITY_DEP' conditional from HttpListener and related classes...
[mono.git] / mcs / class / System / System.Net / HttpListenerPrefixCollection.cs
index 5c9416e70b0fb10994946adfd2ad7a0a48e0c867..c4bdad2c89d7b277effa740008c5b5676f4498eb 100644 (file)
@@ -25,7 +25,6 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-#if SECURITY_DEP
 
 using System.Collections;
 using System.Collections.Generic;
@@ -113,5 +112,4 @@ namespace System.Net {
                }
        }
 }
-#endif