Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Web.Services/Test/standalone/server/SessionCounter.asmx')
-rw-r--r--mcs/class/System.Web.Services/Test/standalone/server/SessionCounter.asmx6
1 files changed, 0 insertions, 6 deletions
diff --git a/mcs/class/System.Web.Services/Test/standalone/server/SessionCounter.asmx b/mcs/class/System.Web.Services/Test/standalone/server/SessionCounter.asmx
index 50c8befc415..640f1bdf044 100644
--- a/mcs/class/System.Web.Services/Test/standalone/server/SessionCounter.asmx
+++ b/mcs/class/System.Web.Services/Test/standalone/server/SessionCounter.asmx
@@ -8,12 +8,6 @@
{
public class SessionCounter: System.Web.Services.WebService
{
- public SessionCounter ()
- {
- if (Context == null)
- throw new Exception ("Context not set in constructor");
- }
-
[ WebMethod(EnableSession=true) ]
public void Reset()
{