]> granicus.if.org Git - nethack/commitdiff
Remove unused params
authorPasi Kallinen <paxed@alt.org>
Fri, 30 Jul 2021 12:35:00 +0000 (15:35 +0300)
committerPasi Kallinen <paxed@alt.org>
Fri, 30 Jul 2021 12:35:00 +0000 (15:35 +0300)
src/nhlua.c

index 95e5d74645744e865f441c8e3172c7e1b71f46b1..ba3834857eab028c30131006f68a57b805fe29e9 100644 (file)
@@ -978,11 +978,8 @@ nhl_doturn(lua_State *L)
 static int
 nhl_debug_flags(lua_State *L)
 {
-    int argc = lua_gettop(L);
     int val;
 
-    int i;
-
     lcheck_param_table(L);
 
     /* disable monster generation */