diff options
Diffstat (limited to 'gcc/gensupport.h')
-rw-r--r-- | gcc/gensupport.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/gensupport.h b/gcc/gensupport.h index 140f669b18f..3e916bef99f 100644 --- a/gcc/gensupport.h +++ b/gcc/gensupport.h @@ -29,9 +29,6 @@ extern int init_md_reader_args_cb (int, char **, bool (*)(const char *)); extern int init_md_reader_args (int, char **); extern rtx read_md_rtx (int *, int *); -extern void message_with_line (int, const char *, ...) - ATTRIBUTE_PRINTF_2; - /* Set this to 0 to disable automatic elision of insn patterns which can never be used in this configuration. See genconditions.c. Must be set before calling init_md_reader. */ @@ -60,9 +57,6 @@ extern int cmp_c_test (const void *, const void *); extern void traverse_c_tests (htab_trav, void *); #endif -extern int n_comma_elts (const char *); -extern const char *scan_comma_elt (const char **); - /* Predicate handling: helper functions and data structures. */ struct pred_data |