Skip to content

Commit f57ed81

Browse files
serenity4aviatesk
andauthored
Update src/codeedges.jl
Co-authored-by: Shuhei Kadowaki <[email protected]>
1 parent 8d8784f commit f57ed81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/codeedges.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ function direct_links!(cl::CodeLinks, src::CodeInfo)
249249
name = GlobalRef(cl.thismod, name)
250250
end
251251
if !isa(name, GlobalRef)
252-
@show stmt
253252
error("name ", typeof(name), " not recognized")
254253
end
255254
assign = get!(Vector{Int}, cl.nameassigns, name)

0 commit comments

Comments
 (0)