Merge pull request #796 from alesliehughes/master
[mono.git] / mcs / class / corlib / System.Runtime.CompilerServices / FixedBufferAttribute.cs
index a57baab6b531fddde385df2177f922507520d0bf..cc589576b6cc7c5cb7efc5c2d44aafab3a679be6 100644 (file)
@@ -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