X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Reflection%2FObfuscationAttribute.cs;h=4ce4a57ad35386a5a70f893967bc86e4531403d7;hb=dd4a7237548f86e97a613983827f57db2bcd81e2;hp=9f941bfbcfbab69c33fa0ce1ee63c048da239d14;hpb=af90548a08ef5effc93b083b7eec44daa178b141;p=mono.git diff --git a/mcs/class/corlib/System.Reflection/ObfuscationAttribute.cs b/mcs/class/corlib/System.Reflection/ObfuscationAttribute.cs index 9f941bfbcfb..4ce4a57ad35 100644 --- a/mcs/class/corlib/System.Reflection/ObfuscationAttribute.cs +++ b/mcs/class/corlib/System.Reflection/ObfuscationAttribute.cs @@ -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