Skip to content

Commit 109748f

Browse files
aviateskvtjnash
andauthored
Update base/loading.jl
Co-authored-by: Jameson Nash <[email protected]>
1 parent 87836bf commit 109748f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

base/loading.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1471,10 +1471,7 @@ function verify_method_graph(codeinst::CodeInstance, stack::Vector{CodeInstance}
14711471
@assert child_cycle == 0
14721472
@assert isempty(stack)
14731473
empty!(visiting)
1474-
if Threads.maxthreadid() == 1 # a different thread might simultaneously come to a different, but equally valid, alternative result
1475-
@assert maxworld == 0 || codeinst.min_world == minworld
1476-
@assert codeinst.max_world == maxworld
1477-
end
1474+
nothing
14781475
end
14791476

14801477
const WORLD_AGE_REVALIDATION_SENTINEL::UInt = 1 # needs to sync with staticdata.c

0 commit comments

Comments
 (0)