From d9e09c31e6dc2d23205ffb64908e504615ba95ff Mon Sep 17 00:00:00 2001 From: Jeff Bezanson Date: Thu, 18 Jul 2024 20:09:54 -0400 Subject: [PATCH] rm cache_method from header --- src/julia_internal.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/julia_internal.h b/src/julia_internal.h index 670c6d91f2067..13217c90e7502 100644 --- a/src/julia_internal.h +++ b/src/julia_internal.h @@ -667,12 +667,6 @@ JL_DLLEXPORT jl_code_instance_t *jl_get_method_inferred( jl_method_instance_t *jl_get_unspecialized(jl_method_t *def JL_PROPAGATES_ROOT); JL_DLLEXPORT void jl_read_codeinst_invoke(jl_code_instance_t *ci, uint8_t *specsigflags, jl_callptr_t *invoke, void **specptr, int waitcompile) JL_NOTSAFEPOINT; JL_DLLEXPORT jl_method_instance_t *jl_method_match_to_mi(jl_method_match_t *match, size_t world, size_t min_valid, size_t max_valid, int mt_cache); -jl_method_instance_t *cache_method( - jl_methtable_t *mt, _Atomic(jl_typemap_t*) *cache, jl_value_t *parent JL_PROPAGATES_ROOT, - jl_tupletype_t *tt, // the original tupletype of the signature - jl_method_t *definition, - size_t world, size_t min_valid, size_t max_valid, - jl_svec_t *sparams); JL_DLLEXPORT jl_code_instance_t *jl_new_codeinst_uninit(jl_method_instance_t *mi, jl_value_t *owner); JL_DLLEXPORT jl_code_instance_t *jl_new_codeinst(