From 35cc13e4b6f2ba0dd80cfbd650c643bc86b9ba48 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Tue, 21 Sep 1999 20:35:28 -0400 Subject: [PATCH] remove check_lang_option prototype From-SVN: r29572 --- gcc/toplev.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gcc/toplev.c b/gcc/toplev.c index ea7f6d12367..6cbbaf45a46 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -187,7 +187,6 @@ static void dump_rtl PROTO((const char *, tree, void (*) (FILE *, rtx), rtx)); static void clean_dump_file PROTO((const char *)); static void compile_file PROTO((char *)); static void display_help PROTO ((void)); -static int check_lang_option PROTO ((const char *, const char *)); static void report_file_and_line PROTO ((const char *, int, int)); static void vnotice PROTO ((FILE *, const char *, va_list)); static void mark_file_stack PROTO ((void *)); -- 2.30.2