You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2012/08/16 21:29:48 UTC

svn commit: r1374001 - /tomcat/trunk/java/org/apache/coyote/http11/filters/IdentityInputFilter.java

Author: markt
Date: Thu Aug 16 19:29:48 2012
New Revision: 1374001

URL: http://svn.apache.org/viewvc?rev=1374001&view=rev
Log:
Remove unused code

Modified:
    tomcat/trunk/java/org/apache/coyote/http11/filters/IdentityInputFilter.java

Modified: tomcat/trunk/java/org/apache/coyote/http11/filters/IdentityInputFilter.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/http11/filters/IdentityInputFilter.java?rev=1374001&r1=1374000&r2=1374001&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/coyote/http11/filters/IdentityInputFilter.java (original)
+++ tomcat/trunk/java/org/apache/coyote/http11/filters/IdentityInputFilter.java Thu Aug 16 19:29:48 2012
@@ -76,34 +76,8 @@ public class IdentityInputFilter impleme
     protected final ByteChunk endChunk = new ByteChunk();
 
 
-    // ------------------------------------------------------------- Properties
-
-
-    /**
-     * Get content length.
-     *
-     * @deprecated  Unused - will be removed in 8.0.x
-     */
-    @Deprecated
-    public long getContentLength() {
-        return contentLength;
-    }
-
-
-    /**
-     * Get remaining bytes.
-     *
-     * @deprecated  Unused - will be removed in 8.0.x
-     */
-    @Deprecated
-    public long getRemaining() {
-        return remaining;
-    }
-
-
     // ---------------------------------------------------- InputBuffer Methods
 
-
     /**
      * Read bytes.
      *



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org