From 73dcf3b5bb759d2943170d88823552e638313140 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 4 Nov 2004 23:26:35 +0000 Subject: passes.c (rest_of_compilation): Make it static. * passes.c (rest_of_compilation): Make it static. * toplev.h: Remove the prototype for rest_of_compilation. From-SVN: r90091 --- gcc/toplev.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/toplev.h') diff --git a/gcc/toplev.h b/gcc/toplev.h index f0dfaa9..a212972 100644 --- a/gcc/toplev.h +++ b/gcc/toplev.h @@ -75,7 +75,6 @@ extern void inform (const char *, ...) ATTRIBUTE_GCC_DIAG(1,2); extern void rest_of_decl_compilation (tree, int, int); extern void rest_of_type_compilation (tree, int); -extern void rest_of_compilation (void); extern void tree_rest_of_compilation (tree); extern void init_tree_optimization_passes (void); extern void finish_optimization_passes (void); -- cgit v1.1