From: Ruediger Pluem Date: Mon, 22 Dec 2008 06:45:32 +0000 (+0000) Subject: * Remove unused variable X-Git-Tag: 2.3.1~78 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bd4a986cf3da5daf4cbca18f7b96d257445c1b45;p=thirdparty%2Fapache%2Fhttpd.git * Remove unused variable git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728621 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/lua/mod_lua.c b/modules/lua/mod_lua.c index 585c98c5615..638455faa75 100644 --- a/modules/lua/mod_lua.c +++ b/modules/lua/mod_lua.c @@ -224,10 +224,9 @@ static int lua_request_rec_hook_harness(request_rec *r, const char *name) if (hook_specs) { int i; for (i = 0; i < hook_specs->nelts; i++) { - char *fixed_filename = NULL; apl_mapped_handler_spec *hook_spec = ((apl_mapped_handler_spec **) hook_specs->elts)[i]; - + if (hook_spec == NULL) { continue; }