mirror of
https://github.com/apache/httpd.git
synced 2025-08-05 16:55:50 +03:00
* Remove unused variable
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728621 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -224,7 +224,6 @@ static int lua_request_rec_hook_harness(request_rec *r, const char *name)
|
|||||||
if (hook_specs) {
|
if (hook_specs) {
|
||||||
int i;
|
int i;
|
||||||
for (i = 0; i < hook_specs->nelts; i++) {
|
for (i = 0; i < hook_specs->nelts; i++) {
|
||||||
char *fixed_filename = NULL;
|
|
||||||
apl_mapped_handler_spec *hook_spec =
|
apl_mapped_handler_spec *hook_spec =
|
||||||
((apl_mapped_handler_spec **) hook_specs->elts)[i];
|
((apl_mapped_handler_spec **) hook_specs->elts)[i];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user