summaryrefslogtreecommitdiffstats
path: root/support/htcacheclean.c
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2011-04-30 23:18:58 +0200
committerJeff Trawick <trawick@apache.org>2011-04-30 23:18:58 +0200
commit782c7118932094c4a084bd9891cb0da82413700e (patch)
treec3c8773de72220e32ab5900e4a297d04fbfd79ce /support/htcacheclean.c
parentFollow on to 1057048: (diff)
downloadapache2-782c7118932094c4a084bd9891cb0da82413700e.tar.xz
apache2-782c7118932094c4a084bd9891cb0da82413700e.zip
fix some dead assignments found by the clang analyzer
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1098162 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/htcacheclean.c')
-rw-r--r--support/htcacheclean.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/support/htcacheclean.c b/support/htcacheclean.c
index 0ce21cdbc0..567d0856d7 100644
--- a/support/htcacheclean.c
+++ b/support/htcacheclean.c
@@ -614,7 +614,6 @@ static int process_dir(char *path, apr_pool_t *pool, apr_off_t *nodes)
apr_pool_create(&p, pool);
h = apr_hash_make(p);
fd = NULL;
- skip = 0;
deviation = MAXDEVIATION * APR_USEC_PER_SEC;
if (apr_dir_open(&dir, path, p) != APR_SUCCESS) {