Author: mrdon
Date: Thu Mar 31 21:26:39 2005
New Revision: 159665

URL: http://svn.apache.org/viewcvs?view=rev&rev=159665
Log:
Removing old global, unused RequestProcessor variable

Modified:
    struts/core/trunk/src/share/org/apache/struts/action/ActionServlet.java

Modified: 
struts/core/trunk/src/share/org/apache/struts/action/ActionServlet.java
URL: 
http://svn.apache.org/viewcvs/struts/core/trunk/src/share/org/apache/struts/action/ActionServlet.java?view=diff&r1=159664&r2=159665
==============================================================================
--- struts/core/trunk/src/share/org/apache/struts/action/ActionServlet.java 
(original)
+++ struts/core/trunk/src/share/org/apache/struts/action/ActionServlet.java Thu 
Mar 31 21:26:39 2005
@@ -230,15 +230,6 @@
 
 
     /**
-     * <p>The <code>RequestProcessor</code> instance we will use to process
-     * all incoming requests.</p>
-     *
-     * @since Struts 1.1
-     */
-    protected RequestProcessor processor = null;
-
-
-    /**
      * <p>The set of public identifiers, and corresponding resource names, for
      * the versions of the configuration file DTDs that we know about.  There
      * <strong>MUST</strong> be an even number of Strings in this list!</p>



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

Reply via email to