]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Delete unused
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 25 Sep 2018 09:55:36 +0000 (10:55 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 25 Sep 2018 09:58:30 +0000 (10:58 +0100)
lualib/lua_auth_results.lua

index 4f4736ff17b9ca1eacfad85476ee2b7c3483bd1a..07957376dbc115f430e10c1579ed2bb9821ebb47 100644 (file)
@@ -58,9 +58,6 @@ local exports = {}
 local local_hostname = rspamd_util.get_hostname()
 
 local function gen_auth_results(task, settings)
-  local table = table
-  local pairs = pairs
-  local ipairs = ipairs
   local auth_results, hdr_parts = {}, {}
 
   if not settings then