Merge pull request #1857 from slluis/fix-assembly-resolver
[mono.git] / mcs / class / corlib / System.Security / SecurityManager_mobile.cs
index a9f6b3f20437cc382bb89b04842324d6df3461aa..07e78fdb27eb426dc600d9c6c4d84b0158092ab5 100644 (file)
@@ -197,16 +197,6 @@ namespace System.Security {
                        throw new NotSupportedException ();
                }
 
-               internal static void ReflectedLinkDemandInvoke (MethodBase mb)
-               {
-                       throw new NotSupportedException ();
-               }
-
-               internal static bool ReflectedLinkDemandQuery (MethodBase mb)
-               {
-                       throw new NotSupportedException ();
-               }
-
                public static PermissionSet GetStandardSandbox (Evidence evidence)
                {
                        if (evidence == null)