Author: markt
Date: Fri Jun  1 19:17:28 2007
New Revision: 543696

URL: http://svn.apache.org/viewvc?view=rev&rev=543696
Log:
Minor code clean up

Modified:
    
tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/ELFunctionMapper.java

Modified: 
tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/ELFunctionMapper.java
URL: 
http://svn.apache.org/viewvc/tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/ELFunctionMapper.java?view=diff&rev=543696&r1=543695&r2=543696
==============================================================================
--- 
tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/ELFunctionMapper.java
 (original)
+++ 
tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/ELFunctionMapper.java
 Fri Jun  1 19:17:28 2007
@@ -32,7 +32,6 @@
 
 public class ELFunctionMapper {
     static private int currFunc = 0;
-    private ErrorDispatcher err;
     StringBuffer ds;  // Contains codes to initialize the functions mappers.
     StringBuffer ss;  // Contains declarations of the functions mappers.
 
@@ -47,7 +46,6 @@
 
        currFunc = 0;
        ELFunctionMapper map = new ELFunctionMapper();
-       map.err = compiler.getErrorDispatcher();
        map.ds = new StringBuffer();
        map.ss = new StringBuffer();
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to