diff options
Diffstat (limited to 'lualib')
-rw-r--r-- | lualib/lua_auth_results.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lualib/lua_auth_results.lua b/lualib/lua_auth_results.lua index 4f4736ff1..07957376d 100644 --- a/lualib/lua_auth_results.lua +++ b/lualib/lua_auth_results.lua @@ -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 |