X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Security%2FHostSecurityManager.cs;h=8b6c9c8c50d372eb39364131457906fd13cd0145;hb=4baa1d2bc2c7d8bb4c7181b83eac3146c0681666;hp=ecd099ec34a0b02e909896c2dab33ec29367ab37;hpb=64f85a65b023522d3f34e9932e6a843e0ad8fc3b;p=mono.git diff --git a/mcs/class/corlib/System.Security/HostSecurityManager.cs b/mcs/class/corlib/System.Security/HostSecurityManager.cs index ecd099ec34a..8b6c9c8c50d 100644 --- a/mcs/class/corlib/System.Security/HostSecurityManager.cs +++ b/mcs/class/corlib/System.Security/HostSecurityManager.cs @@ -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