[mono-api-html] Print string fields with no (or null) value without an NRE.
[mono.git] / mcs / mcs / module.cs
index ceb73afc743f3fade798f311f549721e88ef43fe..e7e02a0bf14d7f0a1fe29840919fcb06dac0f745 100644 (file)
@@ -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 {