You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2011/08/27 17:52:42 UTC

svn commit: r1162381 - /httpd/httpd/trunk/modules/http/byterange_filter.c

Author: sf
Date: Sat Aug 27 15:52:41 2011
New Revision: 1162381

URL: http://svn.apache.org/viewvc?rev=1162381&view=rev
Log:
remove obsolete macro

Modified:
    httpd/httpd/trunk/modules/http/byterange_filter.c

Modified: httpd/httpd/trunk/modules/http/byterange_filter.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/http/byterange_filter.c?rev=1162381&r1=1162380&r2=1162381&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/http/byterange_filter.c (original)
+++ httpd/httpd/trunk/modules/http/byterange_filter.c Sat Aug 27 15:52:41 2011
@@ -257,7 +257,6 @@ typedef struct indexes_t {
 AP_CORE_DECLARE_NONSTD(apr_status_t) ap_byterange_filter(ap_filter_t *f,
                                                          apr_bucket_brigade *bb)
 {
-#define MIN_LENGTH(len1, len2) ((len1 > len2) ? len2 : len1)
     request_rec *r = f->r;
     conn_rec *c = r->connection;
     apr_bucket *e;