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/PropertyEntry.cs')
-rw-r--r--mcs/class/System.Web/System.Web.UI/PropertyEntry.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/System.Web/System.Web.UI/PropertyEntry.cs b/mcs/class/System.Web/System.Web.UI/PropertyEntry.cs
index b83d24b1167..942d262910d 100644
--- a/mcs/class/System.Web/System.Web.UI/PropertyEntry.cs
+++ b/mcs/class/System.Web/System.Web.UI/PropertyEntry.cs
@@ -39,8 +39,6 @@ namespace System.Web.UI
string filter;
PropertyInfo pinfo;
- internal PropertyEntry () { }
-
public Type DeclaringType {
get { return pinfo.DeclaringType; }
}