Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Web/Test/System.Web.Util/UrlUtilsTest.cs')
-rw-r--r--mcs/class/System.Web/Test/System.Web.Util/UrlUtilsTest.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/System.Web/Test/System.Web.Util/UrlUtilsTest.cs b/mcs/class/System.Web/Test/System.Web.Util/UrlUtilsTest.cs
index ccf8c214a77..c2b75e71fa5 100644
--- a/mcs/class/System.Web/Test/System.Web.Util/UrlUtilsTest.cs
+++ b/mcs/class/System.Web/Test/System.Web.Util/UrlUtilsTest.cs
@@ -25,7 +25,6 @@
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
-#if NET_2_0
using System;
using System.Text;
using System.Web;
@@ -67,4 +66,3 @@ namespace MonoTests.System.Web.Util
}
}
}
-#endif