summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 =