]> granicus.if.org Git - apache/commitdiff
remove unused variable
authorStefan Fritsch <sf@apache.org>
Sun, 16 Dec 2012 11:48:19 +0000 (11:48 +0000)
committerStefan Fritsch <sf@apache.org>
Sun, 16 Dec 2012 11:48:19 +0000 (11:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1422548 13f79535-47bb-0310-9956-ffa450edef68

modules/lua/lua_apr.c

index ce109b1d0a2f88e1106c0dc31d9f7322acd1f9f3..400dc6fd65f5c90b7ee5f277ff47f62211e67445 100644 (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");