From b87fb4db6d4ad35899548ca541e545bf6af07ae7 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 3 Dec 2001 12:12:31 +0000 Subject: [PATCH] get rid of an unused variable git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92295 13f79535-47bb-0310-9956-ffa450edef68 --- server/protocol.c | 1 - 1 file changed, 1 deletion(-) diff --git a/server/protocol.c b/server/protocol.c index 53e0f89890..9400901425 100644 --- a/server/protocol.c +++ b/server/protocol.c @@ -485,7 +485,6 @@ static void get_mime_headers(request_rec *r) { char* field; char *value; - char *copy; int len; int fields_read = 0; apr_table_t *tmp_headers; -- 2.50.1