Skip to content

Commit c23f0db

Browse files
committed
Don't need the getter function since it's possible to use jl_small_typeof directly
1 parent 68e5e11 commit c23f0db

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/gc-common.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -693,10 +693,6 @@ JL_DLLEXPORT jl_weakref_t *jl_gc_new_weakref(jl_value_t *value)
693693
return jl_gc_new_weakref_th(ptls, value);
694694
}
695695

696-
JL_DLLEXPORT jl_datatype_t **jl_get_ijl_small_typeof(void) {
697-
return ijl_small_typeof;
698-
}
699-
700696
const uint64_t _jl_buff_tag[3] = {0x4eadc0004eadc000ull, 0x4eadc0004eadc000ull, 0x4eadc0004eadc000ull}; // aka 0xHEADER00
701697
JL_DLLEXPORT uintptr_t jl_get_buff_tag(void) JL_NOTSAFEPOINT
702698
{

0 commit comments

Comments
 (0)