diff options
Diffstat (limited to 'gcc/collect2.h')
-rw-r--r-- | gcc/collect2.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/collect2.h b/gcc/collect2.h index 1765bc438ef..2385e4a9813 100644 --- a/gcc/collect2.h +++ b/gcc/collect2.h @@ -25,8 +25,6 @@ extern void do_tlink (char **, char **); extern struct pex_obj *collect_execute (const char *, char **, const char *, const char *, int flags); -extern void collect_exit (int) ATTRIBUTE_NORETURN; - extern int collect_wait (const char *, struct pex_obj *); extern void dump_ld_file (const char *, FILE *); |