Commit 43fd30cb authored by Ryan Bloom's avatar Ryan Bloom
Browse files

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
parent bdc6e786
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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));