summaryrefslogtreecommitdiff
path: root/include/mod_core.h
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2017-02-20 13:53:16 +0000
committerYann Ylavic <ylavic@apache.org>2017-02-20 13:53:16 +0000
commit6699f4e509ad1ef2d4283e2d5d733382599ba74a (patch)
tree96d6a006778681838deda4d8c69dcaf805737771 /include/mod_core.h
parent37ebaff84d4e0c355ddcc5b3c27bf8c5c7c6ef6d (diff)
downloadhttpd-6699f4e509ad1ef2d4283e2d5d733382599ba74a.tar.gz
Revert r1783759: really more things than intended :p
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1783760 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/mod_core.h')
-rw-r--r--include/mod_core.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/mod_core.h b/include/mod_core.h
index cb88db7dc7..8eab3e12c4 100644
--- a/include/mod_core.h
+++ b/include/mod_core.h
@@ -45,10 +45,6 @@ AP_DECLARE_DATA extern ap_filter_rec_t *ap_chunk_filter_handle;
AP_DECLARE_DATA extern ap_filter_rec_t *ap_http_outerror_filter_handle;
AP_DECLARE_DATA extern ap_filter_rec_t *ap_byterange_filter_handle;
-typedef struct {
- apr_bucket_brigade *tmp_bb;
-} http_conn_config;
-
/*
* These (input) filters are internal to the mod_core operation.
*/