Incorrect warning message on thread pool startup in full AOT:ed Windows build.
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / ICustomMarshaler.cs
index 02b389bd34c8c7b704ccccf963c4b2ad9e3bea20..629a97684a99c3f5f25a68580b0f26a5f996bfc4 100644 (file)
@@ -32,9 +32,7 @@
 
 namespace System.Runtime.InteropServices {
 
-#if NET_2_0
        [ComVisible (true)]
-#endif
        public interface ICustomMarshaler {
                void CleanUpManagedData (object ManagedObj);
                void CleanUpNativeData (IntPtr pNativeData);