Jumbo patch for NET_2_0, mscorlib is now clean
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Messaging / ConstructionCall.cs
index b6df221dc30067fb9e15ac7dc2439f81eda87746..4b12f4a50eeaae9d0c8f22d245c91405edb38a52 100644 (file)
@@ -40,9 +40,7 @@ using System.Runtime.Remoting.Proxies;
 namespace System.Runtime.Remoting.Messaging
 {
        [Serializable] [CLSCompliant (false)]
-#if NET_2_0
        [System.Runtime.InteropServices.ComVisible (true)]
-#endif
        public class ConstructionCall: MethodCall, IConstructionCallMessage
        {
                IActivator _activator;