From 89c22869f4575935f9cbfc46463293bf5bedec8d Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Sun, 15 Jan 2012 00:27:16 +0000 Subject: [PATCH] remove unused function git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1231601 13f79535-47bb-0310-9956-ffa450edef68 --- modules/debugging/mod_firehose.c | 7 ------- 1 file changed, 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;