Skip to content

Commit

Permalink
Rm dumplicated builtin definitions. NFC. (JuliaLang#46422)
Browse files Browse the repository at this point in the history
Some drive-by cleanup.
  • Loading branch information
Keno committed Aug 20, 2022
1 parent e18683d commit aac466f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/builtin_proto.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ JL_CALLABLE(jl_f__setsuper);
JL_CALLABLE(jl_f__equiv_typedef);
JL_CALLABLE(jl_f_get_binding_type);
JL_CALLABLE(jl_f_set_binding_type);
JL_CALLABLE(jl_f_donotdelete);
JL_CALLABLE(jl_f_setglobal);
JL_CALLABLE(jl_f_finalizer);

#ifdef __cplusplus
}
Expand Down

0 comments on commit aac466f

Please sign in to comment.