Merge pull request #819 from brendanzagaeski/patch-1
[mono.git] / mcs / class / corlib / System.Runtime.CompilerServices / IsJitIntrinsic.cs
index 1174abd1dd47e84308642842e8a54437d54ed19a..8aa698b326c7ae0945194c3f9c9ac7d89a2df5fb 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System;
 
 namespace System.Runtime.CompilerServices {
 
-       // This should be abstract as well but C# doesn't allow it
-       public sealed class IsJitIntrinsic
+       public static class IsJitIntrinsic
        {
        }
 }
-
-#endif