From 118b51d6d65c38cf667885a65fbb96cd3c6508b5 Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Thu, 16 Apr 2020 11:04:03 +0000 Subject: [PATCH] Axe remainder from r1875947. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1876595 13f79535-47bb-0310-9956-ffa450edef68 --- include/http_core.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/http_core.h b/include/http_core.h index d3573071a1b..a64a1888d6f 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 -- 2.47.3