Merge pull request #1229 from andreiagaita/master
[mono.git] / mcs / class / corlib / System.Runtime.CompilerServices / LoadHint.cs
index b3a49508a1b7cedafa489ad746478ebde8a9b3f8..746f632d7cc503de3ab05e818d098c9a7f893b20 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;
 
@@ -41,5 +39,3 @@ namespace System.Runtime.CompilerServices {
                Sometimes = 2
        }
 }
-
-#endif