diff --git a/base/compiler/types.jl b/base/compiler/types.jl index 8ff103c6238fc..f9a29da976b86 100644 --- a/base/compiler/types.jl +++ b/base/compiler/types.jl @@ -126,7 +126,6 @@ function iterate(result::MethodLookupResult, args...) return (match::MethodMatch, state) end getindex(result::MethodLookupResult, idx::Int) = getindex(result.matches, idx)::MethodMatch -const MethodLookupCache = IdDict{Any, Union{Missing, MethodLookupResult}} """ InferenceResult @@ -281,7 +280,7 @@ struct NativeInterpreter <: AbstractInterpreter @assert world <= get_world_counter() return new( - # Initially empty caches + # Initially empty cache Vector{InferenceResult}(), # world age counter