X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Runtime.CompilerServices%2FIsLong.cs;h=a487232517d789a167410c6e32374df16a625d8c;hb=e2812813f9cd0a9342982f42f8b8b9818132a7fb;hp=022b1185a95db849e370cc70e0436ab0e9d86cbd;hpb=5d9434fcb3acc1ed7d3d30603faae797d672fe65;p=mono.git diff --git a/mcs/class/corlib/System.Runtime.CompilerServices/IsLong.cs b/mcs/class/corlib/System.Runtime.CompilerServices/IsLong.cs index 022b1185a95..a487232517d 100644 --- a/mcs/class/corlib/System.Runtime.CompilerServices/IsLong.cs +++ b/mcs/class/corlib/System.Runtime.CompilerServices/IsLong.cs @@ -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