Merge remote branch 'upstream/master'
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / _FieldBuilder.cs
index 6561af93f90e4cb56e0317398cc6b5e2b3163abb..6b3161aa8608d61449dfe60804900f220e79c1f5 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_1_1
-
 using System.Reflection.Emit;
 
 namespace System.Runtime.InteropServices {
-#if NET_2_0
        [ComVisible (true)]
-#endif
        [CLSCompliant (false)]
        [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
        [Guid ("CE1A3BF5-975E-30CC-97C9-1EF70F8F3993")]
@@ -52,4 +48,3 @@ namespace System.Runtime.InteropServices {
        }
 }
 
-#endif