Skip to content

Commit

Permalink
rm unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Dec 17, 2024
1 parent 69f2ec8 commit 66ced60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/codeview.jl
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ function cthulhu_typed(io::IO, debuginfo::Symbol,
println(lambda_io)
else
isa(mi, MethodInstance) || throw("`mi::MethodInstance` is required")
cfg = src isa IRCode ? src.cfg : CC.compute_basic_blocks(src.code)
max_bb_idx_size = length(string(length(cfg.blocks)))
str = irshow_config.line_info_preprinter(lambda_io, " "^(max_bb_idx_size + 2), -1)
callsite = Callsite(0, MICallInfo(mi, rettype, effects, exct), :invoke)
Expand Down

0 comments on commit 66ced60

Please sign in to comment.