mirror of
https://github.com/apache/httpd.git
synced 2025-08-01 07:26:57 +03:00
remove unused function
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1231601 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -104,13 +104,6 @@ typedef struct firehose_ctx_t
|
|||||||
#define BODY_LEN (PIPE_BUF - HEADER_LEN - 2)
|
#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
|
#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)
|
static apr_status_t filter_output_cleanup(void *dummy)
|
||||||
{
|
{
|
||||||
ap_filter_t *f = (ap_filter_t *) dummy;
|
ap_filter_t *f = (ap_filter_t *) dummy;
|
||||||
|
Reference in New Issue
Block a user