]> granicus.if.org Git - apache/commitdiff
- Remove unused dirlevels and dirlength from the cache info structure.
authorPaul Querna <pquerna@apache.org>
Tue, 14 Jun 2005 00:08:09 +0000 (00:08 +0000)
committerPaul Querna <pquerna@apache.org>
Tue, 14 Jun 2005 00:08:09 +0000 (00:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@190534 13f79535-47bb-0310-9956-ffa450edef68

modules/cache/mod_disk_cache.c

index 93dc6a5c988ee6af3b034eab5ad7ecb77e8d88e2..31d26e57bea9bf4f20a8d2fd9a9dccd3d2b6e4c6 100644 (file)
@@ -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 */