diff --git a/modules/lua/mod_lua.c b/modules/lua/mod_lua.c index ca3869ff20..857b74f64f 100644 --- a/modules/lua/mod_lua.c +++ b/modules/lua/mod_lua.c @@ -569,7 +569,6 @@ static apr_status_t lua_input_filter_handle(ap_filter_t *f, ap_lua_release_state(L, ctx->spec, r); } } - /* Clean up and pass on the brigade to the next filter in the chain */ return APR_SUCCESS; }