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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org