Cleanup. Remove field that is never initialized and never read.
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 3 Apr 2010 17:40:53 +0000 (17:40 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 3 Apr 2010 17:40:53 +0000 (17:40 +0000)
req.getResponse() is used instead of it when needed.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@930549 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/coyote/RequestInfo.java

index 15c3407..23c06c1 100644 (file)
@@ -62,7 +62,6 @@ public class RequestInfo  {
 
     // ----------------------------------------------------- Instance Variables
     Request req;
-    Response res;
     int stage = Constants.STAGE_NEW;
     String workerThreadName;
     ObjectName rpName;