Merge pull request #2638 from gofman/fixprintsettings
[mono.git] / mcs / class / System.Web / System.Web.Profile / ProfileBase.cs
index 2625262194dde3b210a0e62f56121608c94e93db..a6a26d7e7ccc95079b13fad82d00bc8a007f9ffe 100644 (file)
@@ -27,7 +27,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 using System;
 using System.Configuration;
 using System.Configuration.Provider;
@@ -366,4 +365,3 @@ namespace System.Web.Profile
 
 }
 
-#endif