From: Paul Querna Date: Tue, 14 Jun 2005 00:08:09 +0000 (+0000) Subject: - Remove unused dirlevels and dirlength from the cache info structure. X-Git-Tag: 2.1.5~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=605cba8fa882c1d5594a04bab98b9ae81d1fec26;p=apache - 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 --- 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 */