summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-18 10:02:25 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-18 10:02:25 +0100
commit0b7d0e9fe5458f753b8da6e936550ecadcc9553c (patch)
treeeb16ebc20812f7c0dbbc354b5bac4acc31c03aea
parent2b925da62d6242d3982ec71d09731c5206ddc7b3 (diff)
downloadlace-0b7d0e9fe5458f753b8da6e936550ecadcc9553c.tar.gz
COMPILER: Remove unused local function
-rw-r--r--lib/lace/compiler.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/lace/compiler.lua b/lib/lace/compiler.lua
index 2b50227..1a89897 100644
--- a/lib/lace/compiler.lua
+++ b/lib/lace/compiler.lua
@@ -39,11 +39,6 @@ local function _command(ctx, name)
return cfn
end
-local function _normalise_error(ctx, err, offset)
- -- For now, just return the error
- return err
-end
-
local function _setposition(context, ruleset, linenr)
context._lace.source = (ruleset or {}).content
context._lace.linenr = linenr