Fortran: Remove unused declaration
This function was removed years ago, remove it's prototype. gcc/fortran/ChangeLog: * gfortran.h (gfc_check_include): Remove declaration.
This commit is contained in:
parent
30d77d4962
commit
7ce0cee77a
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue