Fixed string compare ( != '' / Length != 0)
[mono.git] / mcs / class / System / System / GenericUriParser.cs
index a1650f2044f2ad772dcacbdb6c2aa526c0d50fc7..38ef72808faaab0fc8d09fd5a8ea64b7b9b18e8f 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 namespace System {
-
        public class GenericUriParser : UriParser {
 
                public GenericUriParser (GenericUriParserOptions options)
@@ -37,5 +34,3 @@ namespace System {
                }
        }
 }
-
-#endif