Removal of NET_1_1 defines and some NET_2_0; Both defines are true these days in...
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / _ConstructorInfo.cs
index 5515f46b9c0cd156e4d321bb9ca2430dafc910cf..c11dbac76c58bfab7c8a3a9b0c89bdbfaadd753c 100644 (file)
@@ -5,8 +5,6 @@
 //   Kazuki Oikawa  (kazuki@panicode.com)
 //
 
-#if NET_1_1
-
 using System;
 using System.Globalization;
 using System.Reflection;
@@ -96,4 +94,3 @@ namespace System.Runtime.InteropServices
                Type ReflectedType {get;}
        }
 }
-#endif