From: markt Date: Sun, 3 Jan 2010 15:58:39 +0000 (+0000) Subject: Remove unused methods X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=401ba115af674823d008cd69bacfdc0ab09d2339;p=tomcat7.0 Remove unused methods git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@895428 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/jasper/compiler/TagFileProcessor.java b/java/org/apache/jasper/compiler/TagFileProcessor.java index 8652cbd0d..e62a57bf4 100644 --- a/java/org/apache/jasper/compiler/TagFileProcessor.java +++ b/java/org/apache/jasper/compiler/TagFileProcessor.java @@ -352,28 +352,6 @@ class TagFileProcessor { nameFromAttribute, className, declare, scope)); } - /* - * Returns the vector of attributes corresponding to attribute - * directives. - */ - public Vector getAttributesVector() { - return attributeVector; - } - - /* - * Returns the vector of variables corresponding to variable directives. - */ - public Vector getVariablesVector() { - return variableVector; - } - - /* - * Returns the value of the dynamic-attributes tag directive attribute. - */ - public String getDynamicAttributesMapName() { - return dynamicAttrsMapName; - } - public TagInfo getTagInfo() throws JasperException { if (name == null) {