diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-11-04 23:26:35 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-11-04 23:26:35 +0000 |
commit | 73dcf3b5bb759d2943170d88823552e638313140 (patch) | |
tree | d977f1296ce4895bbfbae87036c39c55a775f536 /gcc/toplev.h | |
parent | f014fc47071eec34827a633d8f6e91743264db56 (diff) | |
download | gcc-73dcf3b5bb759d2943170d88823552e638313140.tar.gz |
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
Diffstat (limited to 'gcc/toplev.h')
-rw-r--r-- | gcc/toplev.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/toplev.h b/gcc/toplev.h index f0dfaa9eae6..a212972934d 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); |