diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-09-25 10:55:36 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-09-25 10:58:30 +0100 |
commit | 906eff2f85cb0b4e28990fe003e6efc181902f03 (patch) | |
tree | f0dbe705d947a6f3783beb54041940a61f1c7977 /lualib | |
parent | 636dfa83546082d88b27eebd98fa343c52162806 (diff) | |
download | rspamd-906eff2f85cb0b4e28990fe003e6efc181902f03.tar.gz rspamd-906eff2f85cb0b4e28990fe003e6efc181902f03.zip |
[Minor] Delete unused
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 |