X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mcs%2Fclass%2Fcorlib%2FSystem.Runtime.CompilerServices%2FDefaultDependencyAttribute.cs;h=df01ce0c938285dfedd3a21c20fe8096587f531f;hb=99b5aad5ee74b270b33e3779cf14cf18d847db50;hp=f44df1e12d0a5caa6b39abe1ebdf2ed7edadecfd;hpb=0443306d611d0830e27327e1f0a3ef3457dfa535;p=mono.git diff --git a/mcs/class/corlib/System.Runtime.CompilerServices/DefaultDependencyAttribute.cs b/mcs/class/corlib/System.Runtime.CompilerServices/DefaultDependencyAttribute.cs index f44df1e12d0..df01ce0c938 100644 --- a/mcs/class/corlib/System.Runtime.CompilerServices/DefaultDependencyAttribute.cs +++ b/mcs/class/corlib/System.Runtime.CompilerServices/DefaultDependencyAttribute.cs @@ -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