More removal of old defines
[mono.git] / mcs / class / corlib / System.Security / HostSecurityManager.cs
index ecd099ec34a0b02e909896c2dab33ec29367ab37..8b6c9c8c50d372eb39364131457906fd13cd0145 100644 (file)
@@ -26,8 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System.Reflection;
 using System.Runtime.Hosting;
 using System.Runtime.InteropServices;
@@ -103,5 +101,3 @@ namespace System.Security {
                }
        }
 }
-
-#endif