[luacheck] fix (W212) unused argument tr

This commit is contained in:
Francois Perrad 2016-07-16 15:59:28 +02:00
parent 2b900484f6
commit 578f3f776d

View File

@ -580,7 +580,7 @@ local function dump_trace(what, tr, func, pc, otr, oex)
end
-- Dump recorded bytecode.
local function dump_record(tr, func, pc, depth, callee)
local function dump_record(_, func, pc, depth, callee)
if depth ~= recdepth then
recdepth = depth
recprefix = rep(" .", depth)