From: kkolinko Date: Sat, 3 Apr 2010 17:40:53 +0000 (+0000) Subject: Cleanup. Remove field that is never initialized and never read. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=06292d43a5d427b10412756935c87dca99dd423d;p=tomcat7.0 Cleanup. Remove field that is never initialized and never read. 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 --- diff --git a/java/org/apache/coyote/RequestInfo.java b/java/org/apache/coyote/RequestInfo.java index 15c340721..23c06c112 100644 --- a/java/org/apache/coyote/RequestInfo.java +++ b/java/org/apache/coyote/RequestInfo.java @@ -62,7 +62,6 @@ public class RequestInfo { // ----------------------------------------------------- Instance Variables Request req; - Response res; int stage = Constants.STAGE_NEW; String workerThreadName; ObjectName rpName;