From: Stefan Fritsch Date: Fri, 5 Apr 2013 18:26:01 +0000 (+0000) Subject: remove unused variables X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94f20b59d4662e20f5d7b33d133e2e2f3e53f126;p=thirdparty%2Fapache%2Fhttpd.git remove unused variables git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1465084 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/firehose.c b/support/firehose.c index 392080c7ab8..08e57db8354 100644 --- a/support/firehose.c +++ b/support/firehose.c @@ -651,7 +651,6 @@ int main(int argc, const char * const argv[]) { apr_status_t status; apr_pool_t *pool; - char errmsg[1024]; apr_getopt_t *opt; int optch; const char *optarg; diff --git a/support/htcacheclean.c b/support/htcacheclean.c index 2644251f970..92d09e183a2 100644 --- a/support/htcacheclean.c +++ b/support/htcacheclean.c @@ -1385,7 +1385,6 @@ int main(int argc, const char * const argv[]) char opt; const char *arg; char *proxypath, *path, *pidfilename; - char errmsg[1024]; interrupted = 0; repeat = 0;