aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/toplev.h')
-rw-r--r--gcc/toplev.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/toplev.h b/gcc/toplev.h
index 9271b6d77ea..1f77e326838 100644
--- a/gcc/toplev.h
+++ b/gcc/toplev.h
@@ -84,9 +84,6 @@ extern void output_clean_symbol_name PARAMS ((FILE *, const char *));
extern void output_quoted_string PARAMS ((FILE *, const char *));
extern void output_file_directive PARAMS ((FILE *, const char *));
#endif
-extern void do_abort PARAMS ((void)) ATTRIBUTE_NORETURN;
-extern void botch PARAMS ((const char *))
- ATTRIBUTE_NORETURN;
#ifdef BUFSIZ
/* N.B. Unlike all the others, fnotice is just gettext+fprintf, and