Merge pull request #796 from alesliehughes/master
[mono.git] / mcs / class / corlib / System.Runtime.CompilerServices / IsLong.cs
index 022b1185a95db849e370cc70e0436ab0e9d86cbd..a487232517d789a167410c6e32374df16a625d8c 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 {
@@ -35,5 +33,3 @@ namespace System.Runtime.CompilerServices {
        {
        }
 }
-
-#endif