]> granicus.if.org Git - apache/commitdiff
Get rid of unused variable zero in ap_send_http_options().
authorJeff Trawick <trawick@apache.org>
Tue, 7 Nov 2000 12:18:45 +0000 (12:18 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 7 Nov 2000 12:18:45 +0000 (12:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86854 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_protocol.c

index f0b24ecc367a3ab41761be6c0042ad864e4b90c6..f57a14d0714fc4c852b0f2e9e06ffef9242ebd82 100644 (file)
@@ -2090,7 +2090,6 @@ AP_DECLARE(int) ap_send_http_trace(request_rec *r)
 
 int ap_send_http_options(request_rec *r)
 {
-    const long int zero = 0L;
     char *buff;
     ap_bucket *b;
     ap_bucket_brigade *bb;