More removal of old defines
[mono.git] / mcs / class / corlib / System.Security / HostSecurityManager.cs
index 5ccd275fe1951a54d6e95d79eb66f51bdd500233..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;
@@ -73,7 +71,7 @@ namespace System.Security {
                                throw new ArgumentException (string.Format (msg, "ActivationContext", "ActivationArguments"), "applicationEvidence");
                        }
 
-                       // FIXME: this part is still untested
+                       // FIXME: this part is still untested (requires manifest support)
                        if (ApplicationSecurityManager.DetermineApplicationTrust (aa.ActivationContext, context)) {
                                if (aa.ApplicationIdentity == null)
                                        return new ApplicationTrust ();
@@ -103,5 +101,3 @@ namespace System.Security {
                }
        }
 }
-
-#endif