From 916d85e29813bf2f3dc297943a61afb0e37987f3 Mon Sep 17 00:00:00 2001 From: markt Date: Wed, 5 Jan 2011 09:47:43 +0000 Subject: [PATCH] Remove unused methods git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1055384 13f79535-47bb-0310-9956-ffa450edef68 --- .../coyote/http11/filters/IdentityOutputFilter.java | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/java/org/apache/coyote/http11/filters/IdentityOutputFilter.java b/java/org/apache/coyote/http11/filters/IdentityOutputFilter.java index a72c2fdc7..d10fd4190 100644 --- a/java/org/apache/coyote/http11/filters/IdentityOutputFilter.java +++ b/java/org/apache/coyote/http11/filters/IdentityOutputFilter.java @@ -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 -- 2.11.0