X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FSystem.Configuration%2FSettingsPropertyWrongTypeException.cs;h=b72e1242c64a16715255a1bac7d81b269044c091;hb=dacc3f8c5d4331f7a40413f3a802ec4049da1e2e;hp=33562ea173f12ecdc8b9f3e43f1ba2331ae291df;hpb=538d3bb80572334c18ae117ea7703406a4a22872;p=mono.git diff --git a/mcs/class/System/System.Configuration/SettingsPropertyWrongTypeException.cs b/mcs/class/System/System.Configuration/SettingsPropertyWrongTypeException.cs index 33562ea173f..b72e1242c64 100644 --- a/mcs/class/System/System.Configuration/SettingsPropertyWrongTypeException.cs +++ b/mcs/class/System/System.Configuration/SettingsPropertyWrongTypeException.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