From 3d2f18165eba819bee2c8e8faac8d6604204c88b Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Sun, 24 Mar 2002 02:55:35 +0000 Subject: [PATCH] eliminate unused variables git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94152 13f79535-47bb-0310-9956-ffa450edef68 --- modules/generators/mod_cgi.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/generators/mod_cgi.c b/modules/generators/mod_cgi.c index 7336f0461f..9470473dbd 100644 --- a/modules/generators/mod_cgi.c +++ b/modules/generators/mod_cgi.c @@ -705,7 +705,6 @@ static int cgi_handler(request_rec *r) const char *location; char sbuf[MAX_STRING_LEN]; int ret; - conn_rec *c = r->connection; bb = apr_brigade_create(r->pool); b = apr_bucket_pipe_create(script_in); @@ -756,7 +755,6 @@ static int cgi_handler(request_rec *r) } if (script_in && nph) { - conn_rec *c = r->connection; struct ap_filter_t *cur; /* get rid of all filters up through protocol... since we -- 2.50.1