]> granicus.if.org Git - apache/commitdiff
mod_proxy: Remove dead PROXY_OPTIONAL_HOOK macro.
authorGraham Leggett <minfrin@apache.org>
Sat, 3 Dec 2011 14:09:54 +0000 (14:09 +0000)
committerGraham Leggett <minfrin@apache.org>
Sat, 3 Dec 2011 14:09:54 +0000 (14:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1209913 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy.h

index 1b1bd23dd4a1535f1fba7cc7e3e6d3add36abb53..61ec700b0360ca155b3b88da0cbce142b5e8e2aa 100644 (file)
@@ -483,13 +483,6 @@ struct proxy_balancer_method {
 #define PROXY_DECLARE_DATA             __declspec(dllimport)
 #endif
 
-/**
- * Hook an optional proxy hook.  Unlike static hooks, this uses a macro
- * instead of a function.
- */
-#define PROXY_OPTIONAL_HOOK(name,fn,pre,succ,order) \
-        APR_OPTIONAL_HOOK(proxy,name,fn,pre,succ,order)
-
 APR_DECLARE_EXTERNAL_HOOK(proxy, PROXY, int, scheme_handler, (request_rec *r,
                           proxy_worker *worker, proxy_server_conf *conf, char *url,
                           const char *proxyhost, apr_port_t proxyport))