mirror of
https://github.com/apache/httpd.git
synced 2025-08-01 07:26:57 +03:00
Remove unused variable.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1215538 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -342,7 +342,6 @@ static int firehose_output_filter(ap_filter_t *f, apr_bucket_brigade *bb)
|
||||
*/
|
||||
static int firehose_create_request(request_rec *r)
|
||||
{
|
||||
firehose_conf_t *conf;
|
||||
firehose_ctx_t *ctx;
|
||||
apr_uuid_t uuid;
|
||||
int set = 0;
|
||||
@ -352,9 +351,6 @@ static int firehose_create_request(request_rec *r)
|
||||
return DECLINED;
|
||||
}
|
||||
|
||||
conf = ap_get_module_config(r->connection->base_server->module_config,
|
||||
&firehose_module);
|
||||
|
||||
f = r->connection->input_filters;
|
||||
while (f) {
|
||||
if (f->frec->filter_func.in_func == &firehose_input_filter) {
|
||||
|
Reference in New Issue
Block a user