From 603c5b12451d6c68b1e41906e10117da4d99e362 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 8 Sep 2018 01:05:59 -0700 Subject: Minor fixes/tidying. --- files.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'files.lua') diff --git a/files.lua b/files.lua index eaea883..c04f703 100644 --- a/files.lua +++ b/files.lua @@ -226,7 +226,6 @@ Files.get_line_starts = function(str) _LINE_STARTS[str] = line_starts return line_starts end -local log = { } Files.get_line_number = function(str, pos) local line_starts = Files.get_line_starts(str) local lo, hi = 1, #line_starts -- cgit v1.2.3