Author: markt
Date: Thu May 19 12:36:06 2011
New Revision: 1124711
URL: http://svn.apache.org/viewvc?rev=1124711&view=rev
Log:
Remove unused code. Made unnecessary by r618481
Modified:
tomcat/trunk/java/org/apache/jasper/JspCompilationContext.java
Modified: tomcat/trunk/java/org/apache/jasper/JspCompilationContext.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/JspCompilationContext.java?rev=1124711&r1=1124710&r2=1124711&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/jasper/JspCompilationContext.java (original)
+++ tomcat/trunk/java/org/apache/jasper/JspCompilationContext.java Thu May 19
12:36:06 2011
@@ -60,7 +60,6 @@ public class JspCompilationContext {
private final Log log = LogFactory.getLog(JspCompilationContext.class); //
must not be static
protected Map<String, JarResource> 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 ==================== */
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]