Fix null sessions in HttpContextWrapper.Session
[mono.git] / mcs / class / corlib / System.Security.Policy / ITrustManagerConfig.cs
index e8613e389cccc9daffde55e0664dc9b9c4ba0030..6dae10a4e815e652c38a0eec5a65a5f31457e21c 100644 (file)
@@ -26,8 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System;
 
 namespace System.Security.Policy {
@@ -56,4 +54,3 @@ namespace System.Security.Policy {
        }
 }
 
-#endif