1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

remove unused variable

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1422548 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stefan Fritsch
2012-12-16 11:48:19 +00:00
parent 999476f7f7
commit 4cd818b34b

View File

@@ -709,7 +709,6 @@ static int lua_ap_module_info(lua_State *L)
moduleName = lua_tostring(L, 1);
mod = ap_find_linked_module(moduleName);
if (mod) {
int i = 0;
const command_rec *cmd;
lua_newtable(L);
lua_pushstring(L, "commands");