From: Bernhard Reutner-Fischer Date: Sat, 6 Nov 2021 05:51:00 +0000 (+0100) Subject: Fortran: Remove unused declaration X-Git-Tag: basepoints/gcc-14~3273 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7ce0cee77adf33397d0ba61e7445effd8a5d8fcc;p=thirdparty%2Fgcc.git Fortran: Remove unused declaration This function was removed years ago, remove it's prototype. gcc/fortran/ChangeLog: * gfortran.h (gfc_check_include): Remove declaration. --- diff --git a/gcc/fortran/gfortran.h b/gcc/fortran/gfortran.h index 6bd8800ecf8e..b541a07e2c7f 100644 --- a/gcc/fortran/gfortran.h +++ b/gcc/fortran/gfortran.h @@ -3207,7 +3207,6 @@ int gfc_at_eof (void); int gfc_at_bol (void); int gfc_at_eol (void); void gfc_advance_line (void); -int gfc_check_include (void); int gfc_define_undef_line (void); int gfc_wide_is_printable (gfc_char_t);