Merge pull request #2248 from barsgroup/bugfix/35980
[mono.git] / mcs / class / corlib / System.Runtime.Remoting / ActivatedServiceTypeEntry.cs
index b8880a012818602914637630da442b2f5324f39f..58be5e6e96f66173173a10c5e3c1a16c241227da 100644 (file)
@@ -36,9 +36,7 @@ using System.Runtime.Remoting.Contexts;
 
 namespace System.Runtime.Remoting {
 
-#if NET_2_0
        [System.Runtime.InteropServices.ComVisible (true)]
-#endif
        public class ActivatedServiceTypeEntry : TypeEntry
        {
                Type obj_type;