X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FSystem.Configuration%2FSettingsPropertyNotFoundException.cs;h=8fcd0eb060108f0b32dcf99f4446e30df0f2883d;hb=dacc3f8c5d4331f7a40413f3a802ec4049da1e2e;hp=6cc1e63c307e604b03a75fca1982ba8e3832cd87;hpb=da4f9e9b2afb23791029d0bb09d78b868aabd870;p=mono.git diff --git a/mcs/class/System/System.Configuration/SettingsPropertyNotFoundException.cs b/mcs/class/System/System.Configuration/SettingsPropertyNotFoundException.cs index 6cc1e63c307..8fcd0eb0601 100644 --- a/mcs/class/System/System.Configuration/SettingsPropertyNotFoundException.cs +++ b/mcs/class/System/System.Configuration/SettingsPropertyNotFoundException.cs @@ -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