Remove unused public methods
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 25 Feb 2010 06:08:58 +0000 (06:08 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 25 Feb 2010 06:08:58 +0000 (06:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@916143 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/jasper/JspC.java

index 7d9dd75..4ee7845 100644 (file)
@@ -452,10 +452,6 @@ public class JspC implements Options {
         errorOnUseBeanInvalidClassAttribute = b;
     }
 
-    public int getTagPoolSize() {
-        return Constants.MAX_POOL_SIZE;
-    }
-
     /**
      * {@inheritDoc}
      */
@@ -463,11 +459,6 @@ public class JspC implements Options {
         return mappedFile;
     }
 
-    // Off-line compiler, no need for security manager
-    public Object getProtectionDomain() {
-        return null;
-    }
-
     /**
      * Sets the option to include debug information in compiled class.
      */
@@ -604,16 +595,6 @@ public class JspC implements Options {
         return scratchDir;
     }
 
-    public Class<?> getJspCompilerPlugin() {
-       // we don't compile, so this is meaningless
-        return null;
-    }
-
-    public String getJspCompilerPath() {
-       // we don't compile, so this is meaningless
-        return null;
-    }
-
     /**
      * {@inheritDoc}
      */