X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FSystem%2FUriPartial.cs;h=b4ce130fdb21f3c70a697332837ec9e7afdc14de;hb=f48ceb9860676c342f4c91fbc2e34ea600d839c6;hp=07a0a2c4a3256f2f2fd54ba39c193c247bab9d62;hpb=347f5c7bc7fe0144c6fb6c18b66b60a611dc48df;p=mono.git diff --git a/mcs/class/System/System/UriPartial.cs b/mcs/class/System/System/UriPartial.cs index 07a0a2c4a32..b4ce130fdb2 100644 --- a/mcs/class/System/System/UriPartial.cs +++ b/mcs/class/System/System/UriPartial.cs @@ -37,8 +37,6 @@ namespace System { Scheme = 0, Authority = 1, Path = 2, -#if NET_2_0 Query -#endif } }