Skip to content

Commit aac466f

Browse files
authored
Rm dumplicated builtin definitions. NFC. (#46422)
Some drive-by cleanup.
1 parent e18683d commit aac466f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/builtin_proto.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@ JL_CALLABLE(jl_f__setsuper);
7272
JL_CALLABLE(jl_f__equiv_typedef);
7373
JL_CALLABLE(jl_f_get_binding_type);
7474
JL_CALLABLE(jl_f_set_binding_type);
75-
JL_CALLABLE(jl_f_donotdelete);
76-
JL_CALLABLE(jl_f_setglobal);
77-
JL_CALLABLE(jl_f_finalizer);
7875

7976
#ifdef __cplusplus
8077
}

0 commit comments

Comments
 (0)