Merge pull request #2992 from lambdageek/dev/monoerror-other-invokes
[mono.git] / mcs / class / System.Configuration / System.Configuration / InternalConfigurationRoot.cs
index d51b5fd81a20588409703d8ee09410a93f32a0a7..f5b391f5084bccf55650e312a31f7a231bb59462 100644 (file)
@@ -26,8 +26,6 @@
 // Copyright (C) 2005 Novell, Inc (http://www.novell.com)
 //
 
-#if NET_2_0
-
 using System;
 using System.Collections;
 using System.Configuration.Internal;
@@ -91,4 +89,3 @@ namespace System.Configuration
        }
 }
 
-#endif