From e2e4403aa84ed863ab1ab930c43d7abfd8fb5500 Mon Sep 17 00:00:00 2001 From: Undecidable Robot Date: Mon, 11 Jul 2016 09:16:55 +0800 Subject: Removing unused imports in the re recovery example --- examples/recoveryRe.lua | 5 ----- 1 file changed, 5 deletions(-) (limited to 'examples') diff --git a/examples/recoveryRe.lua b/examples/recoveryRe.lua index 05acf84..50ec53a 100644 --- a/examples/recoveryRe.lua +++ b/examples/recoveryRe.lua @@ -1,10 +1,5 @@ -local lpeg = require"lpeglabel" local re = require"relabel" -local R, S, P, V = lpeg.R, lpeg.S, lpeg.P, lpeg.V -local C, Cc, Ct, Cmt = lpeg.C, lpeg.Cc, lpeg.Ct, lpeg.Cmt -local T, Lc = lpeg.T, lpeg.Lc - local errinfo = { {"NoExp", "no expression found"}, {"Extra", "extra characters found after the expression"}, -- cgit v1.2.3-55-g6feb