Merge pull request #2992 from lambdageek/dev/monoerror-other-invokes
[mono.git] / mcs / class / System.Configuration / System.Configuration / ProtectedProviderSettings.cs
index 2cacd501698bd88ced6672b88b75eb74b294d64f..9f8e233215a5b5424df56e45b86d1a7c590aa655 100644 (file)
@@ -26,8 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 namespace System.Configuration
 {
        public class ProtectedProviderSettings : ConfigurationElement
@@ -56,4 +54,3 @@ namespace System.Configuration
 
 }
 
-#endif