From 1773c9c07b3deec6f00f4003706093c5fe16c830 Mon Sep 17 00:00:00 2001 From: markt Date: Thu, 19 May 2011 12:36:06 +0000 Subject: [PATCH] Remove unused code. Made unnecessary by r618481 git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1124711 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/jasper/JspCompilationContext.java | 4 ---- 1 file changed, 4 deletions(-) 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 ==================== */ -- 2.11.0