diff options
author | Jeff Trawick <trawick@apache.org> | 2011-04-30 23:18:58 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2011-04-30 23:18:58 +0200 |
commit | 782c7118932094c4a084bd9891cb0da82413700e (patch) | |
tree | c3c8773de72220e32ab5900e4a297d04fbfd79ce /support/htcacheclean.c | |
parent | Follow on to 1057048: (diff) | |
download | apache2-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.c | 1 |
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) { |