From: Greg Ames Date: Thu, 25 Aug 2011 20:17:35 +0000 (+0000) Subject: no longer used X-Git-Tag: 2.3.15~353 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1251c172eb0d67d22df950bf0f71ada862be92ab;p=thirdparty%2Fapache%2Fhttpd.git no longer used git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1161730 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/byterange_filter.c b/modules/http/byterange_filter.c index 48eaa3388c1..d81eec67f05 100644 --- a/modules/http/byterange_filter.c +++ b/modules/http/byterange_filter.c @@ -137,8 +137,6 @@ static int use_range_x(request_rec *r) } #define BYTERANGE_FMT "%" APR_OFF_T_FMT "-%" APR_OFF_T_FMT "/%" APR_OFF_T_FMT -#define PARTITION_ERR_FMT "apr_brigade_partition() failed " \ - "[%" APR_OFF_T_FMT ",%" APR_OFF_T_FMT "]" static apr_status_t copy_brigade_range(apr_bucket_brigade *bb, apr_bucket_brigade *bbout,