Author: kkolinko Date: Sat Apr 3 17:40:53 2010 New Revision: 930549 URL: http://svn.apache.org/viewvc?rev=930549&view=rev Log: Cleanup. Remove field that is never initialized and never read. req.getResponse() is used instead of it when needed.
Modified: tomcat/trunk/java/org/apache/coyote/RequestInfo.java Modified: tomcat/trunk/java/org/apache/coyote/RequestInfo.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/RequestInfo.java?rev=930549&r1=930548&r2=930549&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/coyote/RequestInfo.java (original) +++ tomcat/trunk/java/org/apache/coyote/RequestInfo.java Sat Apr 3 17:40:53 2010 @@ -62,7 +62,6 @@ public class RequestInfo { // ----------------------------------------------------- Instance Variables Request req; - Response res; int stage = Constants.STAGE_NEW; String workerThreadName; ObjectName rpName; --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org