Merge pull request #1057 from lextm/master
[mono.git] / mcs / class / corlib / System.Runtime.CompilerServices / DefaultDependencyAttribute.cs
index f44df1e12d0a5caa6b39abe1ebdf2ed7edadecfd..df01ce0c938285dfedd3a21c20fe8096587f531f 100644 (file)
@@ -25,8 +25,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System;
 using System.Runtime.InteropServices;
 
@@ -51,5 +49,3 @@ namespace System.Runtime.CompilerServices {
                }
        }
 }
-
-#endif