aboutsummaryrefslogtreecommitdiff
path: root/gcc/gengtype.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2003-06-17 07:09:13 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2003-06-17 07:09:13 +0200
commit5b0e2409f70da6532af18625a8b5afc17b31bf63 (patch)
tree3ac84d4d6d7d574640884b9a11bfc31afe3d68ab /gcc/gengtype.c
parent4c168c6e9d7878c112593f0bba828e6b7cd68272 (diff)
downloadgcc-5b0e2409f70da6532af18625a8b5afc17b31bf63.zip
gcc-5b0e2409f70da6532af18625a8b5afc17b31bf63.tar.gz
gcc-5b0e2409f70da6532af18625a8b5afc17b31bf63.tar.bz2
rtl.h: Remove declarations from coverage.h.
* rtl.h: Remove declarations from coverage.h. * toplev.c: Include coverage.h. * Makefile.in (toplev.o): Depend on coverage.h. * toplev.h: Remove extra declaration of print_time. * gengtype.c (close_output_files): Remove duplicated declaration. From-SVN: r68066
Diffstat (limited to 'gcc/gengtype.c')
-rw-r--r--gcc/gengtype.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/gengtype.c b/gcc/gengtype.c
index 1260887..4e61449 100644
--- a/gcc/gengtype.c
+++ b/gcc/gengtype.c
@@ -1271,8 +1271,6 @@ get_output_file_name (const char *input_file)
/* Copy the output to its final destination,
but don't unnecessarily change modification times. */
-static void close_output_files (void);
-
static void
close_output_files (void)
{