From 447ca47ff4a877c79d62e98468a1c00c0babe181 Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Sun, 30 Dec 2001 03:30:34 +0000 Subject: [PATCH] Removed some unused logging code. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270448 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/org/apache/tools/ant/Project.java | 11 ----------- .../src/todo/org/apache/tools/ant/Project.java | 11 ----------- 2 files changed, 22 deletions(-) diff --git a/proposal/myrmidon/src/main/org/apache/tools/ant/Project.java b/proposal/myrmidon/src/main/org/apache/tools/ant/Project.java index 0ce604373..9f0e1569b 100644 --- a/proposal/myrmidon/src/main/org/apache/tools/ant/Project.java +++ b/proposal/myrmidon/src/main/org/apache/tools/ant/Project.java @@ -30,7 +30,6 @@ import org.apache.tools.ant.types.FilterSetCollection; * @author duncan@x180.com */ public class Project - extends AbstractLogEnabled { public final static int MSG_ERR = 0; public final static int MSG_WARN = 1; @@ -38,11 +37,6 @@ public class Project public final static int MSG_VERBOSE = 3; public final static int MSG_DEBUG = 4; - // private set of constants to represent the state - // of a DFS of the Target dependencies - private final static String VISITING = "VISITING"; - private final static String VISITED = "VISITED"; - private Hashtable properties = new Hashtable(); private FilterSet globalFilterSet = new FilterSet(); @@ -52,11 +46,6 @@ public class Project private Hashtable threadTasks = new Hashtable(); private File baseDir; - public Logger hackGetLogger() - { - return super.getLogger(); - } - /** * get the base directory of the project as a file object * diff --git a/proposal/myrmidon/src/todo/org/apache/tools/ant/Project.java b/proposal/myrmidon/src/todo/org/apache/tools/ant/Project.java index 0ce604373..9f0e1569b 100644 --- a/proposal/myrmidon/src/todo/org/apache/tools/ant/Project.java +++ b/proposal/myrmidon/src/todo/org/apache/tools/ant/Project.java @@ -30,7 +30,6 @@ import org.apache.tools.ant.types.FilterSetCollection; * @author duncan@x180.com */ public class Project - extends AbstractLogEnabled { public final static int MSG_ERR = 0; public final static int MSG_WARN = 1; @@ -38,11 +37,6 @@ public class Project public final static int MSG_VERBOSE = 3; public final static int MSG_DEBUG = 4; - // private set of constants to represent the state - // of a DFS of the Target dependencies - private final static String VISITING = "VISITING"; - private final static String VISITED = "VISITED"; - private Hashtable properties = new Hashtable(); private FilterSet globalFilterSet = new FilterSet(); @@ -52,11 +46,6 @@ public class Project private Hashtable threadTasks = new Hashtable(); private File baseDir; - public Logger hackGetLogger() - { - return super.getLogger(); - } - /** * get the base directory of the project as a file object *