From: Ryan Bloom Date: Thu, 18 Jan 2001 15:04:55 +0000 (+0000) Subject: Remove a typedef that doesn't seem to be used. X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~186 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=554c29b07eee5cbcaafb8463c576b12caca9045e;p=apache Remove a typedef that doesn't seem to be used. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87711 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/experimental/mod_cache.h b/modules/experimental/mod_cache.h index 81a4d37512..92bb2bfc0a 100644 --- a/modules/experimental/mod_cache.h +++ b/modules/experimental/mod_cache.h @@ -60,8 +60,6 @@ #include "ap_hooks.h" #include "httpd.h" -typedef struct cache_funcs cache_funcs; - AP_DECLARE_HOOK(int,serve_cache,(request_rec *r)); AP_DECLARE_HOOK(int,store_cache,(request_rec *r, ap_bucket_brigade *bb, void **cf));