From: Vsevolod Stakhov Date: Fri, 23 Feb 2018 14:53:48 +0000 (+0000) Subject: [Minor] Shut up luacheck X-Git-Tag: 1.7.0~138 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=894aad86b2773a7ccc380992cb3727aba91ee86e;p=rspamd.git [Minor] Shut up luacheck --- 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 =