diff options
author | Stefan Fritsch <sf@apache.org> | 2013-04-05 20:26:01 +0200 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2013-04-05 20:26:01 +0200 |
commit | 52b220298db98de2059545c4713ff61202c7e971 (patch) | |
tree | 3ab1abd92966abce34430c9ff9ba24e153390b0d /support/htcacheclean.c | |
parent | make the "ProxyHTMLFixups" options case insensitive in mod_proxy_html (diff) | |
download | apache2-52b220298db98de2059545c4713ff61202c7e971.tar.xz apache2-52b220298db98de2059545c4713ff61202c7e971.zip |
remove unused variables
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1465084 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/htcacheclean.c')
-rw-r--r-- | support/htcacheclean.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |