From: Bill Stoddard Date: Tue, 2 Nov 1999 14:34:32 +0000 (+0000) Subject: Delete useless code... X-Git-Tag: 1.3.10~196 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4c19fa5240aa7fc825eb3e54b855f1cea7a535d;p=thirdparty%2Fapache%2Fhttpd.git Delete useless code... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84090 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/http_protocol.c b/modules/http/http_protocol.c index 2032df47fd8..b2eddc87de7 100644 --- a/modules/http/http_protocol.c +++ b/modules/http/http_protocol.c @@ -2008,7 +2008,7 @@ API_EXPORT(int) ap_discard_request_body(request_rec *r) */ API_EXPORT(long) ap_send_fd(ap_file_t *fd, request_rec *r) { - ap_ssize_t len = r->finfo.st_size; + long len; #ifdef HAVE_SENDFILE ap_bflush(r->connection->client); if (ap_get_filesize(&len, fd) != APR_SUCCESS) {