aboutsummaryrefslogtreecommitdiff
path: root/files.moon
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-09-08 01:05:59 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-09-08 01:06:05 -0700
commit603c5b12451d6c68b1e41906e10117da4d99e362 (patch)
treea5f51c12a434b69d6c9ec23098b1e84934ab451a /files.moon
parent13923c9d26e53da8f38326de7997461631807a10 (diff)
Minor fixes/tidying.
Diffstat (limited to 'files.moon')
-rw-r--r--files.moon1
1 files changed, 0 insertions, 1 deletions
diff --git a/files.moon b/files.moon
index dc3a8bd..becc3fb 100644
--- a/files.moon
+++ b/files.moon
@@ -131,7 +131,6 @@ Files.get_line_starts = (str)->
_LINE_STARTS[str] = line_starts
return line_starts
-log = {}
Files.get_line_number = (str, pos)->
line_starts = Files.get_line_starts(str)
-- Binary search for line number of position