X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Runtime.CompilerServices%2FLoadHint.cs;h=746f632d7cc503de3ab05e818d098c9a7f893b20;hb=7f030179c484ebd5afbbbf63e81a5cb37a7a7f48;hp=b3a49508a1b7cedafa489ad746478ebde8a9b3f8;hpb=a3ea7ceb4d4f5e2cb8ea421313e8939640fb898c;p=mono.git diff --git a/mcs/class/corlib/System.Runtime.CompilerServices/LoadHint.cs b/mcs/class/corlib/System.Runtime.CompilerServices/LoadHint.cs index b3a49508a1b..746f632d7cc 100644 --- a/mcs/class/corlib/System.Runtime.CompilerServices/LoadHint.cs +++ b/mcs/class/corlib/System.Runtime.CompilerServices/LoadHint.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; @@ -41,5 +39,3 @@ namespace System.Runtime.CompilerServices { Sometimes = 2 } } - -#endif