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/BoundPropertyEntry.cs')
-rw-r--r--mcs/class/System.Web/System.Web.UI/BoundPropertyEntry.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/mcs/class/System.Web/System.Web.UI/BoundPropertyEntry.cs b/mcs/class/System.Web/System.Web.UI/BoundPropertyEntry.cs
index 55237d86569..31fe258fc5f 100644
--- a/mcs/class/System.Web/System.Web.UI/BoundPropertyEntry.cs
+++ b/mcs/class/System.Web/System.Web.UI/BoundPropertyEntry.cs
@@ -36,10 +36,6 @@ namespace System.Web.UI
bool generated;
bool useSetAttribute;
- internal BoundPropertyEntry ()
- {
- }
-
public string Expression {
get { return expression; }
set { expression = value; }