diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2017-09-12 21:53:45 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2017-09-12 21:53:45 -0700 |
| commit | 395e6c8e5ba5d8f19f7c8abd81b22cb34629f13d (patch) | |
| tree | 49a9db117b0432c00ae4bcad79500fb9f937611a /nomic.lua | |
| parent | df552640f39affe5f5f596a002f37a3d61581b91 (diff) | |
Cleaned out some dead code.
Diffstat (limited to 'nomic.lua')
| -rw-r--r-- | nomic.lua | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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) |
