From 184f6fbaeafcd2b1d07e40d5407d9aa7d6f273c7 Mon Sep 17 00:00:00 2001 From: kkolinko Date: Thu, 25 Feb 2010 06:08:58 +0000 Subject: [PATCH] Remove unused public methods git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@916143 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/jasper/JspC.java | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/java/org/apache/jasper/JspC.java b/java/org/apache/jasper/JspC.java index 7d9dd75ea..4ee7845b1 100644 --- a/java/org/apache/jasper/JspC.java +++ b/java/org/apache/jasper/JspC.java @@ -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} */ -- 2.11.0