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/System.Web.UI/UserControlParser.cs')
-rw-r--r--mcs/class/System.Web/System.Web.UI/UserControlParser.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/mcs/class/System.Web/System.Web.UI/UserControlParser.cs b/mcs/class/System.Web/System.Web.UI/UserControlParser.cs
index 169f06b59c3..f47bf85d256 100644
--- a/mcs/class/System.Web/System.Web.UI/UserControlParser.cs
+++ b/mcs/class/System.Web/System.Web.UI/UserControlParser.cs
@@ -18,7 +18,6 @@ namespace System.Web.UI
internal UserControlParser (string virtualPath, string inputFile, HttpContext context)
{
Context = context;
- CurrentVirtualPath = virtualPath;
InputFile = Path.Combine (context.Request.MapPath (virtualPath), inputFile);
}