From 605cba8fa882c1d5594a04bab98b9ae81d1fec26 Mon Sep 17 00:00:00 2001 From: Paul Querna Date: Tue, 14 Jun 2005 00:08:09 +0000 Subject: [PATCH] - Remove unused dirlevels and dirlength from the cache info structure. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@190534 13f79535-47bb-0310-9956-ffa450edef68 --- modules/cache/mod_disk_cache.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/cache/mod_disk_cache.c b/modules/cache/mod_disk_cache.c index 93dc6a5c98..31d26e57be 100644 --- a/modules/cache/mod_disk_cache.c +++ b/modules/cache/mod_disk_cache.c @@ -76,10 +76,6 @@ typedef struct { typedef struct disk_cache_object { const char *root; /* the location of the cache directory */ char *tempfile; /* temp file tohold the content */ -#if 0 - int dirlevels; /* Number of levels of subdirectories */ - int dirlength; /* Length of subdirectory names */ -#endif char *datafile; /* name of file where the data will go */ char *hdrsfile; /* name of file where the hdrs will go */ char *hashfile; /* Computed hash key for this URI */ -- 2.40.0