Commit 2d50d1a8 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

Get rid of the once_through flag. It is never used and doesn't work

in DSO mode anyway.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87329 13f79535-47bb-0310-9956-ffa450edef68
parent 30eedf75
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -131,7 +131,6 @@
#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;