From 4cb70900638af7693720d6d79e07a169cc66cfff Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Tue, 7 Nov 2000 12:18:45 +0000 Subject: [PATCH] Get rid of unused variable zero in ap_send_http_options(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86854 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http/http_protocol.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/http/http_protocol.c b/modules/http/http_protocol.c index f0b24ecc36..f57a14d071 100644 --- a/modules/http/http_protocol.c +++ b/modules/http/http_protocol.c @@ -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; -- 2.40.0