Merge remote branch 'upstream/master'
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / FieldOffsetAttribute.cs
index 76cd167b1355ab718c070cd7fde832e19f0017df..93ffec0e0b7118c150c59b15eb3b5ba754535dfc 100644 (file)
@@ -24,9 +24,7 @@
 using System;
 
 namespace System.Runtime.InteropServices {
-#if NET_2_0
        [ComVisible (true)]
-#endif
        [AttributeUsage (AttributeTargets.Field, Inherited=false)]
        public sealed class FieldOffsetAttribute : Attribute {
                private int val;