From 5580cd6286d177af6a0d9863c7fd550432e27406 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Fri, 30 Jul 2021 15:35:00 +0300 Subject: [PATCH] Remove unused params --- src/nhlua.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/nhlua.c b/src/nhlua.c index 95e5d7464..ba3834857 100644 --- a/src/nhlua.c +++ b/src/nhlua.c @@ -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 */