public inbox for fortran@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Fortran: Remove unused declaration
@ 2022-11-12 21:05 Bernhard Reutner-Fischer
  2022-11-12 21:23 ` Harald Anlauf
  0 siblings, 1 reply; 8+ messages in thread
From: Bernhard Reutner-Fischer @ 2022-11-12 21:05 UTC (permalink / raw)
  To: fortran; +Cc: gcc-patches, Bernhard Reutner-Fischer

This function definition was removed years ago, remove it's prototype.

gcc/fortran/ChangeLog:

	* gfortran.h (gfc_check_include): Remove declaration.
---
 gcc/fortran/gfortran.h | 1 -
 1 file changed, 1 deletion(-)
---
Regtests cleanly, ok for trunk?

diff --git a/gcc/fortran/gfortran.h b/gcc/fortran/gfortran.h
index c4deec0d5b8..ce3ad61bb52 100644
--- a/gcc/fortran/gfortran.h
+++ b/gcc/fortran/gfortran.h
@@ -3208,7 +3208,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);
-- 
2.38.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-01-23 10:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-12 21:05 [PATCH] Fortran: Remove unused declaration Bernhard Reutner-Fischer
2022-11-12 21:23 ` Harald Anlauf
2023-01-19 19:39   ` git out-of-order commit (was Re: [PATCH] Fortran: Remove unused declaration) Jason Merrill
2023-01-19 20:20     ` Harald Anlauf
2023-01-20  4:26     ` Bernhard Reutner-Fischer
2023-01-20 17:33       ` Jason Merrill
2023-01-23 10:37         ` Martin Liška
2023-01-20 22:01       ` Carlos O'Donell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).