diff options
author | Yann Ylavic <ylavic@apache.org> | 2020-04-16 13:04:03 +0200 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2020-04-16 13:04:03 +0200 |
commit | 118b51d6d65c38cf667885a65fbb96cd3c6508b5 (patch) | |
tree | 69df6b566b12972cf87ca6376f44b8ec7c6375f5 /include | |
parent | Credits where it's due. (diff) | |
download | apache2-118b51d6d65c38cf667885a65fbb96cd3c6508b5.tar.xz apache2-118b51d6d65c38cf667885a65fbb96cd3c6508b5.zip |
Axe remainder from r1875947.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1876595 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/http_core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/http_core.h b/include/http_core.h index d3573071a1..a64a1888d6 100644 --- a/include/http_core.h +++ b/include/http_core.h @@ -852,7 +852,6 @@ AP_DECLARE_DATA extern ap_filter_rec_t *ap_subreq_core_filter_handle; AP_DECLARE_DATA extern ap_filter_rec_t *ap_core_output_filter_handle; AP_DECLARE_DATA extern ap_filter_rec_t *ap_content_length_filter_handle; AP_DECLARE_DATA extern ap_filter_rec_t *ap_core_input_filter_handle; -AP_DECLARE_DATA extern ap_filter_rec_t *ap_request_core_filter_handle; /** * This hook provdes a way for modules to provide metrics/statistics about |