[bcl] Remove more NET_2_0 checks from class libs
[mono.git] / mcs / class / System.Web / Test / mainsoft / MainsoftWebApp / System_Web_SessionState / HttpSessionState / HttpSessionState_CodePage.aspx.cs
index a4bd11b6866b98ed93cca1c60e7fb3e9e31efaaa..7e88cf28d790b72d5cc6caeddda03bf8c9371faa 100644 (file)
@@ -78,7 +78,6 @@ namespace GHTTests.System_Web_dll.System_Web_SessionState
                         this.GHTSubTestAddResult(this.Session.CodePage.ToString());
                         this.GHTSubTestExpectedExceptionNotCaught("ArgumentException");
                 }
-#if NET_2_0
                 catch (NotSupportedException exception7)
                 {
                         // ProjectData.SetProjectError(exception7);
@@ -86,7 +85,6 @@ namespace GHTTests.System_Web_dll.System_Web_SessionState
                         this.GHTSubTestExpectedExceptionCaught(exception2);
                         // ProjectData.ClearProjectError();
                 }
-#endif
                 catch (ArgumentException exception7)
                 {
                         // ProjectData.SetProjectError(exception7);