diff options
author | Bernhard Reutner-Fischer <aldot@gcc.gnu.org> | 2021-11-06 06:51:00 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <aldot@gcc.gnu.org> | 2021-11-06 06:48:00 +0100 |
commit | 7ce0cee77adf33397d0ba61e7445effd8a5d8fcc (patch) | |
tree | 258d39bf85aa20a21fdb8c1514f7650d1fa02844 /gcc | |
parent | 30d77d496287da11205cf6df4953855222615728 (diff) | |
download | gcc-7ce0cee77adf33397d0ba61e7445effd8a5d8fcc.zip gcc-7ce0cee77adf33397d0ba61e7445effd8a5d8fcc.tar.gz gcc-7ce0cee77adf33397d0ba61e7445effd8a5d8fcc.tar.bz2 |
Fortran: Remove unused declaration
This function was removed years ago, remove it's prototype.
gcc/fortran/ChangeLog:
* gfortran.h (gfc_check_include): Remove declaration.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fortran/gfortran.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/fortran/gfortran.h b/gcc/fortran/gfortran.h index 6bd8800..b541a07 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); |