2010-03-20 Miguel de Icaza <miguel@novell.com>
[mono.git] / mcs / class / System / System.CodeDom / CodeTypeDeclaration.cs
index ed75aeea9174019db90dfa04a5005a310f14c431..ea6551a4af6026561f81fa56bf3a942150c4b417 100644 (file)
@@ -46,7 +46,7 @@ namespace System.CodeDom
                private TypeAttributes attributes = TypeAttributes.Public;
                private bool isEnum;
                private bool isStruct;
-               int populated;
+               //int populated;
 
 #if NET_2_0
                bool isPartial;