[corlib] Fixed StringBuilder construction bugs in marshalling caused by changes to...
[mono.git] / mcs / class / corlib / System.Reflection / ObfuscationAttribute.cs
index 9f941bfbcfbab69c33fa0ce1ee63c048da239d14..4ce4a57ad35386a5a70f893967bc86e4531403d7 100644 (file)
@@ -28,8 +28,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0 || BOOTSTRAP_NET_2_0
-
 using System;
 using System.Runtime.InteropServices;
 
@@ -90,5 +88,4 @@ namespace System.Reflection
        }
 }
 
-#endif