From 06292d43a5d427b10412756935c87dca99dd423d Mon Sep 17 00:00:00 2001 From: kkolinko Date: Sat, 3 Apr 2010 17:40:53 +0000 Subject: [PATCH] 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 --- java/org/apache/coyote/RequestInfo.java | 1 - 1 file changed, 1 deletion(-) 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; -- 2.11.0