aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pall <mike>2010-08-03 22:14:14 +0200
committerMike Pall <mike>2010-08-03 22:14:14 +0200
commit653327b33ae77542b6391ab3947a54c2fe3801fb (patch)
tree0c0acd73ed6e5c5d8c6fd639e8ea451172679277
parent33ef1fa52405f1417d90a289eb2bd00c367e6195 (diff)
downloadluajit-653327b33ae77542b6391ab3947a54c2fe3801fb.tar.gz
luajit-653327b33ae77542b6391ab3947a54c2fe3801fb.tar.bz2
luajit-653327b33ae77542b6391ab3947a54c2fe3801fb.zip
Remove bogus global in -jdump.
-rw-r--r--lib/dump.lua1
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