Remove unused code
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 16 May 2011 07:33:35 +0000 (07:33 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 16 May 2011 07:33:35 +0000 (07:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1103634 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/coyote/ajp/AjpNioProcessor.java

index 22c95dc..b8aeb28 100644 (file)
@@ -116,13 +116,6 @@ public class AjpNioProcessor extends AbstractAjpProcessor {
 
 
     /**
-     * NIO socket read may return more than just the current message. Need to
-     * buffer the response to ensure data isn't lost.
-     */
-    protected byte[] inputBuffer;
-    protected int inputBufferEnd;
-
-    /**
      * Direct buffer used for sending right away a get body message.
      */
     protected final byte[] getBodyMessageArray;