From 52b220298db98de2059545c4713ff61202c7e971 Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Fri, 5 Apr 2013 18:26:01 +0000 Subject: [PATCH] remove unused variables git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1465084 13f79535-47bb-0310-9956-ffa450edef68 --- support/firehose.c | 1 - support/htcacheclean.c | 1 - 2 files changed, 2 deletions(-) diff --git a/support/firehose.c b/support/firehose.c index 392080c7ab..08e57db835 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 2644251f97..92d09e183a 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; -- 2.40.0