Merge pull request #463 from strawd/concurrent-requests
[mono.git] / mcs / class / corlib / System.Runtime.Remoting / ObjectHandle.cs
index 17c6c5900c666754c128635393af4302f5dd2e4e..162a0fbe0d1b55b1589ca7e5785755759c7e67a7 100644 (file)
@@ -41,9 +41,7 @@ using System.Runtime.InteropServices;
 namespace System.Runtime.Remoting {
 
        [ClassInterface(ClassInterfaceType.AutoDual)]
-#if NET_2_0
        [System.Runtime.InteropServices.ComVisible (true)]
-#endif
        public class ObjectHandle : MarshalByRefObject, IObjectHandle {
                private object _wrapped;