diff options
author | Justin Erenkrantz <jerenkrantz@apache.org> | 2003-02-17 04:12:03 +0100 |
---|---|---|
committer | Justin Erenkrantz <jerenkrantz@apache.org> | 2003-02-17 04:12:03 +0100 |
commit | d90ede0e359e94dbca37979e5e9df0ae580286bf (patch) | |
tree | a4364bbe2b74b1503f4b4dc1173cde48389f5b1d /modules/experimental/mod_cache.imp | |
parent | Style changes only. No functional changes. (diff) | |
download | apache2-d90ede0e359e94dbca37979e5e9df0ae580286bf.tar.xz apache2-d90ede0e359e94dbca37979e5e9df0ae580286bf.zip |
Remove ap_cache_reset_output_filters.
That function couldn't do what it thought it did and no one calls it
anyway (from what I can tell).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98688 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | modules/experimental/mod_cache.imp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/experimental/mod_cache.imp b/modules/experimental/mod_cache.imp index 61255257e9..07a32f584b 100644 --- a/modules/experimental/mod_cache.imp +++ b/modules/experimental/mod_cache.imp @@ -1,6 +1,5 @@ (MODCACHE) ap_cache_request_is_conditional, - ap_cache_reset_output_filters, ap_cache_get_cachetype, ap_cache_liststr, ap_cache_tokstr, |