couple of minor refactoring and warnings cleanup.
[mono.git] / mcs / class / Microsoft.Build / Microsoft.Build.Evaluation / Project.cs
index c528cbffd7cbb8d4b45c468558622fafcf64a60c..7a1c1144d207c52781ce974885e55bf17cf1fcab 100644 (file)
@@ -220,8 +220,6 @@ namespace Microsoft.Build.Evaluation
                        ProjectCollection.AddProject (this);
                }
                
-               static readonly char [] item_sep = {';'};
-               
                void ProcessXml (Project parent)
                {
                        // this needs to be initialized here (regardless of that items won't be evaluated at property evaluation;