]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Delete useless code...
authorBill Stoddard <stoddard@apache.org>
Tue, 2 Nov 1999 14:34:32 +0000 (14:34 +0000)
committerBill Stoddard <stoddard@apache.org>
Tue, 2 Nov 1999 14:34:32 +0000 (14:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84090 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_protocol.c

index 2032df47fd87ba0a3c4593abacc43e10cd00722b..b2eddc87de7ddf00be8d186f10f17e940c1e852d 100644 (file)
@@ -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) {