X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FSystem.Configuration%2FDefaultSettingValueAttribute.cs;h=cf97777028e15fb03a591d33ab457b33e3e2f4b1;hb=dacc3f8c5d4331f7a40413f3a802ec4049da1e2e;hp=d57876f1302013ce82ff5268e9f13640f34e961e;hpb=948dbf8d4581ac17f5420cc4f7dc375e3c502576;p=mono.git diff --git a/mcs/class/System/System.Configuration/DefaultSettingValueAttribute.cs b/mcs/class/System/System.Configuration/DefaultSettingValueAttribute.cs index d57876f1302..cf97777028e 100644 --- a/mcs/class/System/System.Configuration/DefaultSettingValueAttribute.cs +++ b/mcs/class/System/System.Configuration/DefaultSettingValueAttribute.cs @@ -26,7 +26,6 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // -#if NET_2_0 using System; namespace System.Configuration @@ -50,5 +49,3 @@ namespace System.Configuration } } - -#endif