]> granicus.if.org Git - apache/commitdiff
get rid of an unused variable
authorJeff Trawick <trawick@apache.org>
Mon, 3 Dec 2001 12:12:31 +0000 (12:12 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 3 Dec 2001 12:12:31 +0000 (12:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92295 13f79535-47bb-0310-9956-ffa450edef68

server/protocol.c

index 53e0f89890b828344e644b2d6c13bdb5723f0951..9400901425070c106d2c80dcf9fd8b48eb607c71 100644 (file)
@@ -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;