X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Runtime.CompilerServices%2FFixedBufferAttribute.cs;h=cc589576b6cc7c5cb7efc5c2d44aafab3a679be6;hb=e2812813f9cd0a9342982f42f8b8b9818132a7fb;hp=a57baab6b531fddde385df2177f922507520d0bf;hpb=f84f760a1c8a8c0ec6ae16b7f38d14a49d329ad7;p=mono.git diff --git a/mcs/class/corlib/System.Runtime.CompilerServices/FixedBufferAttribute.cs b/mcs/class/corlib/System.Runtime.CompilerServices/FixedBufferAttribute.cs index a57baab6b53..cc589576b6c 100644 --- a/mcs/class/corlib/System.Runtime.CompilerServices/FixedBufferAttribute.cs +++ b/mcs/class/corlib/System.Runtime.CompilerServices/FixedBufferAttribute.cs @@ -25,8 +25,6 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // -#if NET_2_0 - using System; namespace System.Runtime.CompilerServices { @@ -56,5 +54,3 @@ namespace System.Runtime.CompilerServices { } } } - -#endif