Remove bogus global in -jdump.

This commit is contained in:
Mike Pall 2010-08-03 22:14:14 +02:00
parent 33ef1fa524
commit 653327b33a

View File

@ -463,7 +463,6 @@ local function dump_trace(what, tr, func, pc, otr, oex)
if otr then out:write(" ", otr, "/", oex) end
out:write(" ", fmtfunc(func, pc), "\n")
recprefix = ""
reclevel = 0
elseif what == "stop" or what == "abort" then
out:write("---- TRACE ", tr, " ", what)
recprefix = nil