From 1251c172eb0d67d22df950bf0f71ada862be92ab Mon Sep 17 00:00:00 2001 From: Greg Ames Date: Thu, 25 Aug 2011 20:17:35 +0000 Subject: [PATCH] no longer used git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1161730 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http/byterange_filter.c | 2 -- 1 file changed, 2 deletions(-) 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, -- 2.47.3