]> granicus.if.org Git - apache/commitdiff
Remove a typedef that doesn't seem to be used.
authorRyan Bloom <rbb@apache.org>
Thu, 18 Jan 2001 15:04:55 +0000 (15:04 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 18 Jan 2001 15:04:55 +0000 (15:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87711 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/mod_cache.h

index 81a4d37512e2873b91505c972c78f54e801dd9e9..92bb2bfc0a2a315e94f9329780db58b17468f673 100644 (file)
@@ -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));