projects
/
apache
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01ee0e4
)
remove unused function
author
Jeff Trawick
<trawick@apache.org>
Sun, 15 Jan 2012 00:27:16 +0000
(
00:27
+0000)
committer
Jeff Trawick
<trawick@apache.org>
Sun, 15 Jan 2012 00:27:16 +0000
(
00:27
+0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1231601
13f79535
-47bb-0310-9956-
ffa450edef68
modules/debugging/mod_firehose.c
patch
|
blob
|
history
diff --git
a/modules/debugging/mod_firehose.c
b/modules/debugging/mod_firehose.c
index 719cabc752371e09919b9068b46dde717cf11f79..6d5ae30c590f5577b8ec7ae1884b4506309c1e98 100644
(file)
--- 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;