Merge pull request #2417 from razzfazz/guard_substr
[mono.git] / mcs / class / corlib / System.Runtime.Remoting / WellKnownClientTypeEntry.cs
index 0cdfe258a7a2676955635c88f1336f0cfa4899a7..ee21e9ad7d5b88b9db02c255275a96f9bd280822 100644 (file)
@@ -34,9 +34,7 @@ using System.Reflection;
 
 namespace System.Runtime.Remoting {
 
-#if NET_2_0
        [System.Runtime.InteropServices.ComVisible (true)]
-#endif
        public class WellKnownClientTypeEntry : TypeEntry
        {
                Type obj_type;