Forgot this in changelog
[mono.git] / mcs / class / Microsoft.Build.Engine / Microsoft.Build.BuildEngine / BuildChoose.cs
index ba8611e749cc4694775dd6f9a6d6beb970692a50..240718478eac0a6b684b64a0a29847133ecc7c99 100644 (file)
@@ -35,14 +35,14 @@ namespace Microsoft.Build.BuildEngine {
        internal class BuildChoose {
                
                BuildWhen       otherwise;
-               Project         project;
-               XmlElement      xmlElement;
+               //Project               project;
+               //XmlElement    xmlElement;
                List <BuildWhen>        whens;
                
                public BuildChoose (XmlElement xmlElement, Project project)
                {
-                       this.xmlElement = xmlElement;
-                       this.project = project;
+                       //this.xmlElement = xmlElement;
+                       //this.project = project;
                        this.whens = new List <BuildWhen> ();
                }