diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-04 23:26:35 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-04 23:26:35 +0000 |
commit | fe7d79c5a0697e7d2923a99dc2f489431dcaa062 (patch) | |
tree | d977f1296ce4895bbfbae87036c39c55a775f536 /gcc/toplev.h | |
parent | 749a971f5eb6ffa3d472432325e31c5d6d63be36 (diff) | |
download | gcc-fe7d79c5a0697e7d2923a99dc2f489431dcaa062.tar.gz |
* passes.c (rest_of_compilation): Make it static.
* toplev.h: Remove the prototype for rest_of_compilation.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90091 138bc75d-0d04-0410-961f-82ee72b054a4
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); |