From 395e6c8e5ba5d8f19f7c8abd81b22cb34629f13d Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 12 Sep 2017 21:53:45 -0700 Subject: Cleaned out some dead code. --- nomic.lua | 8 -------- 1 file changed, 8 deletions(-) (limited to 'nomic.lua') diff --git a/nomic.lua b/nomic.lua index a2cd6c3..f111fc7 100644 --- a/nomic.lua +++ b/nomic.lua @@ -238,14 +238,6 @@ do if self.debug then print("\nGENERATED LUA CODE:\n" .. tostring(code)) end - local _ = [==[ lua_thunk, err = loadstring(code) - if not lua_thunk - error("Failed to compile generated code:\n#{code}\n\n#{err}") - action = lua_thunk! - if @debug - print("Running...") - return action(self, {}) - ]==] return code end, parse = function(self, str) -- cgit v1.2.3