aboutsummaryrefslogtreecommitdiffstats
path: root/lualib/lua_util.lua
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2018-02-23 14:53:48 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2018-02-23 14:53:48 +0000
commit894aad86b2773a7ccc380992cb3727aba91ee86e (patch)
tree470f0b7e9c4f2e865cc91549d005252606ff0584 /lualib/lua_util.lua
parentb324b1639525ce4e5ad4c32b97f04e289e5c63cb (diff)
downloadrspamd-894aad86b2773a7ccc380992cb3727aba91ee86e.tar.gz
rspamd-894aad86b2773a7ccc380992cb3727aba91ee86e.zip
[Minor] Shut up luacheck
Diffstat (limited to 'lualib/lua_util.lua')
-rw-r--r--lualib/lua_util.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/lualib/lua_util.lua b/lualib/lua_util.lua
index 729e73a5f..f1f5e080d 100644
--- a/lualib/lua_util.lua
+++ b/lualib/lua_util.lua
@@ -230,8 +230,6 @@ local function parse_time_interval(str)
end
end
- local lpeg = require "lpeg"
-
local digit = lpeg.R("09")
local parser = {}
parser.integer =