diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-12-23 17:54:00 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-12-23 17:54:00 +0000 |
commit | df74f6896ae82142ec92a6cc6966335864494b90 (patch) | |
tree | e1c8ef29433c8abf1ade3712683316ec7f94306c /gcc/ggc-simple.c | |
parent | 554b610d31e7037bbb564762be722404d647ceea (diff) | |
download | gcc-df74f6896ae82142ec92a6cc6966335864494b90.tar.gz |
1999-12-23 Zack Weinberg <zack@wolery.cumb.org>
* Makefile.in (ggc-simple.c, ggc-page.c): Don't depend on
hash.h. (cse.c): Don't depend on hashtab.h.
* cse.c: Don't include hashtab.h.
(hash_cse_reg_info, cse_reg_info_equal_p): Delete prototypes
of dead functions.
* ggc-simple.c: Don't include hash.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31080 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ggc-simple.c')
-rw-r--r-- | gcc/ggc-simple.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ggc-simple.c b/gcc/ggc-simple.c index 53d6579dbac..108d2120ba8 100644 --- a/gcc/ggc-simple.c +++ b/gcc/ggc-simple.c @@ -25,7 +25,6 @@ #include "tm_p.h" #include "flags.h" #include "varray.h" -#include "hash.h" #include "ggc.h" #ifndef offsetof |