diff options
author | Mike Pall <mike> | 2010-08-03 22:14:14 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2010-08-03 22:14:14 +0200 |
commit | 653327b33ae77542b6391ab3947a54c2fe3801fb (patch) | |
tree | 0c0acd73ed6e5c5d8c6fd639e8ea451172679277 /lib | |
parent | 33ef1fa52405f1417d90a289eb2bd00c367e6195 (diff) | |
download | luajit-653327b33ae77542b6391ab3947a54c2fe3801fb.tar.gz luajit-653327b33ae77542b6391ab3947a54c2fe3801fb.tar.bz2 luajit-653327b33ae77542b6391ab3947a54c2fe3801fb.zip |
Remove bogus global in -jdump.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/dump.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/dump.lua b/lib/dump.lua index f87f5e1d..82a6d964 100644 --- a/lib/dump.lua +++ b/lib/dump.lua | |||
@@ -463,7 +463,6 @@ local function dump_trace(what, tr, func, pc, otr, oex) | |||
463 | if otr then out:write(" ", otr, "/", oex) end | 463 | if otr then out:write(" ", otr, "/", oex) end |
464 | out:write(" ", fmtfunc(func, pc), "\n") | 464 | out:write(" ", fmtfunc(func, pc), "\n") |
465 | recprefix = "" | 465 | recprefix = "" |
466 | reclevel = 0 | ||
467 | elseif what == "stop" or what == "abort" then | 466 | elseif what == "stop" or what == "abort" then |
468 | out:write("---- TRACE ", tr, " ", what) | 467 | out:write("---- TRACE ", tr, " ", what) |
469 | recprefix = nil | 468 | recprefix = nil |