Merge pull request #3418 from BrzVlad/fix-arm64-finalizer-wait
[mono.git] / mcs / class / corlib / System.Security / IStackWalk.cs
index 38a7ecdd0d55c0564051fffa7d43af03c1a385fe..1195a0993b467e24b63f703a00f56c28218b4c85 100644 (file)
@@ -31,9 +31,7 @@ using System.Runtime.InteropServices;
 
 namespace System.Security {
 
-#if NET_2_0
        [ComVisible (true)]
-#endif
        public interface IStackWalk {
 
                void Assert ();