Merge pull request #644 from knocte/connstrings
[mono.git] / mcs / class / System.Configuration / System.Configuration / PositiveTimeSpanValidator.cs
index e5abf997743b9e624f85f05b5f9568cddb744640..24ec33958602998852ba0c248f0976efa655748e 100644 (file)
@@ -26,7 +26,6 @@
 // Copyright (C) 2005 Novell, Inc (http://www.novell.com)
 //
 
-#if NET_2_0
 using System;
 
 namespace System.Configuration
@@ -51,4 +50,3 @@ namespace System.Configuration
        }
 }
 
-#endif