From 894aad86b2773a7ccc380992cb3727aba91ee86e Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 23 Feb 2018 14:53:48 +0000 Subject: [PATCH] [Minor] Shut up luacheck --- lualib/lua_util.lua | 2 -- 1 file changed, 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 = -- 2.39.5