[bcl] Remove NET_2_0 defines from the class libs. This has been done using: unifdef...
[mono.git] / mcs / class / System.Configuration / System.Configuration / StringValidator.cs
index 40cea56c843b135863ab6bcd022346f40efbbfe0..1b737b7e642d6f55088c11376b6f8411e34be572 100644 (file)
@@ -26,8 +26,6 @@
 // Copyright (C) 2005 Novell, Inc (http://www.novell.com)
 //
 
-#if NET_2_0
-
 namespace System.Configuration
 {
        public class StringValidator: ConfigurationValidatorBase
@@ -79,5 +77,3 @@ namespace System.Configuration
                }
        }
 }
-
-#endif