summaryrefslogtreecommitdiff
path: root/mcs/mcs/module.cs
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/mcs/module.cs')
-rw-r--r--mcs/mcs/module.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/mcs/mcs/module.cs b/mcs/mcs/module.cs
index ceb73afc74..e7e02a0bf1 100644
--- a/mcs/mcs/module.cs
+++ b/mcs/mcs/module.cs
@@ -187,9 +187,6 @@ namespace Mono.CSharp
}
public int CounterAnonymousTypes { get; set; }
- public int CounterAnonymousMethods { get; set; }
- public int CounterAnonymousContainers { get; set; }
- public int CounterSwitchTypes { get; set; }
public AssemblyDefinition DeclaringAssembly {
get {