diff --git a/tcc.h b/tcc.h index 2c3f668f..134ae220 100644 --- a/tcc.h +++ b/tcc.h @@ -1473,7 +1473,6 @@ ST_FUNC void relocate_section(TCCState *s1, Section *s); ST_FUNC int tcc_object_type(int fd, ElfW(Ehdr) *h); ST_FUNC int tcc_load_object_file(TCCState *s1, int fd, unsigned long file_offset); ST_FUNC int tcc_load_archive(TCCState *s1, int fd, int alacarte); -ST_FUNC void tcc_add_bcheck(TCCState *s1); ST_FUNC void tcc_add_runtime(TCCState *s1); ST_FUNC void build_got_entries(TCCState *s1);