Skip to content

Commit 16d06e4

Browse files
committed
RAI: CodeInstance has no field owner
1 parent 5dc2b5a commit 16d06e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

base/compiler/cicache.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ ranges. This struct abstracts over access to this cache.
1010
struct InternalCodeCache end
1111

1212
function setindex!(cache::InternalCodeCache, ci::CodeInstance, mi::MethodInstance)
13-
@assert ci.owner === cache.owner
1413
m = mi.def
1514
if isa(m, Method)
1615
ccall(:jl_push_newly_inferred, Cvoid, (Any,), ci)

0 commit comments

Comments
 (0)