From a6d4ce254b2cd963166a1ebe60a8b6188b9ba229 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Tue, 11 Nov 2008 08:33:05 +0000 Subject: [PATCH] remove some warnings from code that is by now carved into stone git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@712992 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/tools/ant/ProjectHelper.java | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/src/main/org/apache/tools/ant/ProjectHelper.java b/src/main/org/apache/tools/ant/ProjectHelper.java index 812e62e76..5bf56f197 100644 --- a/src/main/org/apache/tools/ant/ProjectHelper.java +++ b/src/main/org/apache/tools/ant/ProjectHelper.java @@ -102,24 +102,9 @@ public class ProjectHelper { // The following properties are required by import ( and other tasks // that read build files using ProjectHelper ). - // A project helper may process multiple files. We'll keep track - // of them - to avoid loops and to allow caching. The caching will - // probably accelerate things like . - // The key is the absolute file, the value is a processed tree. - // Since the tree is composed of UE and RC - it can be reused ! - // protected Hashtable processedFiles=new Hashtable(); - private Vector importStack = new Vector(); - // Temporary - until we figure a better API - /** EXPERIMENTAL WILL_CHANGE - * - */ -// public Hashtable getProcessedFiles() { -// return processedFiles; -// } - - /** EXPERIMENTAL WILL_CHANGE + /** * Import stack. * Used to keep track of imported files. Error reporting should * display the import path.