From: Jeff Trawick Date: Mon, 3 Dec 2001 12:12:31 +0000 (+0000) Subject: get rid of an unused variable X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b87fb4db6d4ad35899548ca541e545bf6af07ae7;p=apache get rid of an unused variable git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92295 13f79535-47bb-0310-9956-ffa450edef68 --- 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;