From 44b9040f8d20028ee7037aad740afbb7540e8395 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Sat, 18 Nov 2000 14:55:44 +0000 Subject: [PATCH] remove unused variable git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87007 13f79535-47bb-0310-9956-ffa450edef68 --- modules/experimental/mod_ext_filter.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/experimental/mod_ext_filter.c b/modules/experimental/mod_ext_filter.c index b39e7d00e5..059c0b12c9 100644 --- a/modules/experimental/mod_ext_filter.c +++ b/modules/experimental/mod_ext_filter.c @@ -367,8 +367,6 @@ static apr_status_t set_resource_limits(request_rec *r, static apr_status_t ef_close_file(void *vfile) { - apr_file_t *f = vfile; - return apr_close(vfile); } -- 2.40.0