From 653327b33ae77542b6391ab3947a54c2fe3801fb Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Tue, 3 Aug 2010 22:14:14 +0200 Subject: [PATCH] Remove bogus global in -jdump. --- lib/dump.lua | 1 - 1 file changed, 1 deletion(-) 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) 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