Remove unused code
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 23 Jun 2011 09:31:39 +0000 (09:31 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 23 Jun 2011 09:31:39 +0000 (09:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1138791 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/startup/TldConfig.java

index 1d39c1a..e7756f0 100644 (file)
@@ -134,8 +134,6 @@ public final class TldConfig  implements LifecycleListener {
     private Digester tldDigester = null;
 
 
-    private boolean rescan=true;
-
     /**
      * Set of URIs discovered for the associated context. Used to enforce the
      * correct processing priority. Only the TLD associated with the first
@@ -192,14 +190,6 @@ public final class TldConfig  implements LifecycleListener {
         }
     }
 
-    public boolean isRescan() {
-        return rescan;
-    }
-
-    public void setRescan(boolean rescan) {
-        this.rescan = rescan;
-    }
-
     public Context getContext() {
         return context;
     }