Remove some experimental code
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 11 Jun 2009 20:23:37 +0000 (20:23 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 11 Jun 2009 20:23:37 +0000 (20:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@783894 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/core/StandardContext.java

index a7f68d2..a584d43 100644 (file)
@@ -669,8 +669,6 @@ public class StandardContext
     protected int cacheTTL = 5000;
 
 
-    private boolean lazy=true;
-
     /**
      * Non proxied resources.
      */
@@ -1361,16 +1359,6 @@ public class StandardContext
 
     }
 
-    // experimental
-    public boolean isLazy() {
-        return lazy;
-    }
-
-    public void setLazy(boolean lazy) {
-        this.lazy = lazy;
-    }
-
-
     /**
      * Return descriptive information about this Container implementation and
      * the corresponding version number, in the format