Skip to content

Commit c9d6627

Browse files
committed
remove unnecessary check
1 parent dbb3ac3 commit c9d6627

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/breakpoints.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,6 @@ function prepare_slotfunction(framecode::FrameCode, body::Union{Symbol,Expr})
193193
assignments = Expr[:($dataname = $framename.framedata)]
194194
default = Unassigned()
195195
for slotname in framecode.src.slotnames
196-
if slotname === Symbol("")
197-
continue
198-
end
199196
if slotname uslotnames
200197
push!(uslotnames, slotname)
201198
else

0 commit comments

Comments
 (0)