summaryrefslogtreecommitdiffstats
path: root/modules/debugging/mod_firehose.c
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2012-01-15 01:27:16 +0100
committerJeff Trawick <trawick@apache.org>2012-01-15 01:27:16 +0100
commit89c22869f4575935f9cbfc46463293bf5bedec8d (patch)
treebfd39cb7524ba125427cd8608e031b83c078ff94 /modules/debugging/mod_firehose.c
parentUpdates. (diff)
downloadapache2-89c22869f4575935f9cbfc46463293bf5bedec8d.tar.xz
apache2-89c22869f4575935f9cbfc46463293bf5bedec8d.zip
remove unused function
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1231601 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--modules/debugging/mod_firehose.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/debugging/mod_firehose.c b/modules/debugging/mod_firehose.c
index 719cabc752..6d5ae30c59 100644
--- a/modules/debugging/mod_firehose.c
+++ b/modules/debugging/mod_firehose.c
@@ -104,13 +104,6 @@ typedef struct firehose_ctx_t
#define BODY_LEN (PIPE_BUF - HEADER_LEN - 2)
#define HEADER_FMT "%" APR_UINT64_T_HEX_FMT " %" APR_UINT64_T_HEX_FMT " %c %s %" APR_UINT64_T_HEX_FMT CRLF
-static apr_status_t logs_cleanup(void *dummy)
-{
- apr_file_t *file = (apr_file_t *) dummy;
- apr_file_close(file);
- return APR_SUCCESS;
-}
-
static apr_status_t filter_output_cleanup(void *dummy)
{
ap_filter_t *f = (ap_filter_t *) dummy;