]> jfr.im git - irc/quakenet/newserv.git/commitdiff
lua: Remove unused variable.
authorGunnar Beutner <redacted>
Wed, 24 Jul 2013 15:58:46 +0000 (17:58 +0200)
committerGunnar Beutner <redacted>
Wed, 24 Jul 2013 15:58:46 +0000 (17:58 +0200)
--HG--
branch : shroudtrusts

lua/luacommands.c

index 723d4ccdab3bbdacab0eebf11bd956ee1474d6be..1d96ac66d9c4d2283be5dff26bb60a55c0cf95fd 100644 (file)
@@ -221,7 +221,6 @@ static int lua_gline(lua_State *ps) {
   nick *target;
   char mask[512];
   int duration, usercount = 0;
-  host *hp;
   
   if(!lua_isstring(ps, 1) || !lua_isint(ps, 2) || !lua_isstring(ps, 3))
     LUA_RETURN(ps, LUA_FAIL);