Merge pull request #1155 from steffen-kiess/json-string
[mono.git] / mcs / class / System.Configuration / System.Configuration.Internal / InternalConfigEventHandler.cs
index 5a78095dbdaa49ee3d49fe0641eb0d83414acfad..c725698cb124e40932b79771dc3cbb8850a5da30 100644 (file)
@@ -26,7 +26,6 @@
 // Copyright (C) 2005 Novell, Inc (http://www.novell.com)
 //
 
-#if NET_2_0
 
 using System;
 
@@ -35,4 +34,3 @@ namespace System.Configuration.Internal
        public delegate void InternalConfigEventHandler (object sender, InternalConfigEventArgs e);
 }
 
-#endif