Merge pull request #334 from robwilkens/bug5747
[mono.git] / mcs / class / System / System / HttpStyleUriParser.cs
index f413e191f4a02aeae9c38c86cd8f72bfaf266c69..15b3fc749f9b8acd7dbcbc09e79dae7989c4d58a 100644 (file)
@@ -26,8 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 namespace System {
 
        public class HttpStyleUriParser : UriParser {
@@ -38,4 +36,3 @@ namespace System {
        }
 }
 
-#endif