Remove unused attribute
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 1 Feb 2010 15:00:31 +0000 (15:00 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 1 Feb 2010 15:00:31 +0000 (15:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@905296 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/coyote/ajp/AjpProcessor.java

index 5b48546..c4a7f65 100644 (file)
@@ -208,13 +208,6 @@ public class AjpProcessor implements ActionHook {
 
 
     /**
-     * The socket timeout used when reading the first block of the request
-     * header.
-     */
-    protected long readTimeout;
-
-
-    /**
      * Temp message bytes used for processing.
      */
     protected MessageBytes tmpMB = MessageBytes.newInstance();