[System] Removal of the NET_2_0 in the source code
[mono.git] / mcs / class / System / System / UriPartial.cs
index 07a0a2c4a3256f2f2fd54ba39c193c247bab9d62..b4ce130fdb21f3c70a697332837ec9e7afdc14de 100644 (file)
@@ -37,8 +37,6 @@ namespace System {
                Scheme = 0,
                Authority = 1,
                Path = 2,
-#if NET_2_0
                Query
-#endif
        }
 }