]> granicus.if.org Git - apache/commitdiff
Get rid of the once_through flag. It is never used and doesn't work
authorJeff Trawick <trawick@apache.org>
Wed, 13 Dec 2000 13:22:51 +0000 (13:22 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 13 Dec 2000 13:22:51 +0000 (13:22 +0000)
in DSO mode anyway.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87329 13f79535-47bb-0310-9956-ffa450edef68

modules/cache/mod_file_cache.c

index 11b7c3dc1afec5de65acc66ef87ee71ab9015351..e256055fab22a95060baef0b4db71b13a231423b 100644 (file)
 #include "apr_strings.h"
 
 module AP_MODULE_DECLARE_DATA file_cache_module;
-static int once_through = 0;
 
 typedef struct {
 #if APR_HAS_SENDFILE
@@ -337,8 +336,6 @@ static void file_cache_post_config(apr_pool_t *p, apr_pool_t *plog,
     a_file *elts;
     int nelts;
 
-    once_through++;
-
     /* sort the elements of the main_server, by filename */
     sconf = ap_get_module_config(s->module_config, &file_cache_module);
     elts = (a_file *)sconf->files->elts;