From: markt Date: Thu, 19 May 2011 12:36:06 +0000 (+0000) Subject: Remove unused code. Made unnecessary by r618481 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=1773c9c07b3deec6f00f4003706093c5fe16c830;p=tomcat7.0 Remove unused code. Made unnecessary by r618481 git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1124711 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/jasper/JspCompilationContext.java b/java/org/apache/jasper/JspCompilationContext.java index 19a611626..19b865a9d 100644 --- a/java/org/apache/jasper/JspCompilationContext.java +++ b/java/org/apache/jasper/JspCompilationContext.java @@ -60,7 +60,6 @@ public class JspCompilationContext { private final Log log = LogFactory.getLog(JspCompilationContext.class); // must not be static protected Map tagFileJarUrls; - protected boolean isPackagedTagFile; protected String className; protected String jspUri; @@ -138,9 +137,6 @@ public class JspCompilationContext { this.isTagFile = true; this.tagInfo = tagInfo; this.tagJarResource = tagJarResource; - if (tagJarResource != null) { - isPackagedTagFile = true; - } } /* ==================== Methods to override ==================== */