[bcl] Remove NET_4_0 defines from class libs.
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / Parameter.cs
index 400fd88b01710ba598ee5fd01d6db88573ea933a..560acf8c5b0221bcd948a97541c800b967822a7d 100644 (file)
@@ -406,11 +406,7 @@ namespace System.Web.UI.WebControls {
                // returns the value of the control that it is bound to, while 
                // the QueryStringParameter object retrieves the current name/value pair from 
                // the HttpRequest object.
-#if NET_4_0
                protected internal
-#else
-               protected
-#endif
                virtual object Evaluate (HttpContext context, Control control)
                {
                        return null;