Merge pull request #2603 from kumpera/fix_set_pending_exception
[mono.git] / mcs / class / System / System.Configuration / SettingsManageabilityAttribute.cs
index fd40e4c19b237870e7b73245e54f6e0aff2f342d..111a80cfef013b4a45af6c8266721016fecc4d17 100644 (file)
@@ -26,7 +26,6 @@
 // Copyright (C) 2006 Novell, Inc (http://www.novell.com)
 //
 
-#if NET_2_0
 using System.Collections;
 
 namespace System.Configuration
@@ -48,4 +47,3 @@ namespace System.Configuration
        }
 }
 
-#endif