Skip to content

Commit d9e09c3

Browse files
committed
rm cache_method from header
1 parent 45c43b7 commit d9e09c3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/julia_internal.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -667,12 +667,6 @@ JL_DLLEXPORT jl_code_instance_t *jl_get_method_inferred(
667667
jl_method_instance_t *jl_get_unspecialized(jl_method_t *def JL_PROPAGATES_ROOT);
668668
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;
669669
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);
670-
jl_method_instance_t *cache_method(
671-
jl_methtable_t *mt, _Atomic(jl_typemap_t*) *cache, jl_value_t *parent JL_PROPAGATES_ROOT,
672-
jl_tupletype_t *tt, // the original tupletype of the signature
673-
jl_method_t *definition,
674-
size_t world, size_t min_valid, size_t max_valid,
675-
jl_svec_t *sparams);
676670

677671
JL_DLLEXPORT jl_code_instance_t *jl_new_codeinst_uninit(jl_method_instance_t *mi, jl_value_t *owner);
678672
JL_DLLEXPORT jl_code_instance_t *jl_new_codeinst(

0 commit comments

Comments
 (0)