diff options
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) { |