]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fortran: Remove unused declaration
authorBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Sat, 6 Nov 2021 05:51:00 +0000 (06:51 +0100)
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Sat, 6 Nov 2021 05:48:00 +0000 (06:48 +0100)
This function was removed years ago, remove it's prototype.

gcc/fortran/ChangeLog:

* gfortran.h (gfc_check_include): Remove declaration.

gcc/fortran/gfortran.h

index 6bd8800ecf8e57e39f44ec245ddce6df5eb35007..b541a07e2c7f80ebd33f4a5be24faf571c45f314 100644 (file)
@@ -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);