Remove unused methods
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 5 Jan 2011 09:47:43 +0000 (09:47 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 5 Jan 2011 09:47:43 +0000 (09:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1055384 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/coyote/http11/filters/IdentityOutputFilter.java

index a72c2fd..d10fd41 100644 (file)
@@ -53,25 +53,6 @@ public class IdentityOutputFilter implements OutputFilter {
     protected OutputBuffer buffer;
 
 
-    // ------------------------------------------------------------- Properties
-
-
-    /**
-     * Get content length.
-     */
-    public long getContentLength() {
-        return contentLength;
-    }
-
-
-    /**
-     * Get remaining bytes.
-     */
-    public long getRemaining() {
-        return remaining;
-    }
-
-
     // --------------------------------------------------- OutputBuffer Methods