mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 07:34:07 +00:00
[luacheck] fix (W212) unused argument tr
This commit is contained in:
parent
2b900484f6
commit
578f3f776d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user