]> granicus.if.org Git - apache/commitdiff
remove an unneeded variable I just added, oops.
authorDaniel Gruno <humbedooh@apache.org>
Thu, 5 Sep 2013 08:24:29 +0000 (08:24 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Thu, 5 Sep 2013 08:24:29 +0000 (08:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1520250 13f79535-47bb-0310-9956-ffa450edef68

modules/lua/lua_request.c

index 6f43da5c36cc1d99e6827d7127047d80d6c24b43..452f8ea6d51d7ed15648bd8b1192fdde23cc4da9 100644 (file)
@@ -1892,7 +1892,6 @@ static int lua_ivm_set(lua_State *L)
 
 static int lua_get_cookie(lua_State *L) 
 {
-    int n;
     const char *key, *cookie;
     request_rec *r = ap_lua_check_request_rec(L, 1);
     key = luaL_checkstring(L, 2);