[corlib] Fixed StringBuilder construction bugs in marshalling caused by changes to...
[mono.git] / mcs / class / corlib / System.Reflection / ReflectionContext.cs
index 1c9f835443ad749ce80d7cdd99b6cc65ca6ef233..157ee46b052b7190652cacd4b47c5fe8ddc0e562 100644 (file)
@@ -26,7 +26,6 @@
 //
 //
 
-#if NET_4_5
 
 namespace System.Reflection
 {
@@ -48,4 +47,3 @@ namespace System.Reflection
                public abstract TypeInfo MapType (TypeInfo type);
        }
 }
-#endif