Merge pull request #439 from mono-soc-2012/garyb/iconfix
[mono.git] / mcs / class / System / System.Configuration / SettingsPropertyNotFoundException.cs
index 6cc1e63c307e604b03a75fca1982ba8e3832cd87..8fcd0eb060108f0b32dcf99f4446e30df0f2883d 100644 (file)
@@ -26,7 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 using System;
 using System.Runtime.Serialization;
 
@@ -54,4 +53,3 @@ namespace System.Configuration
 
 }
 
-#endif