diff options
author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-09 21:41:38 +0000 |
---|---|---|
committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-09 21:41:38 +0000 |
commit | ac97e5692f31853a870eac5e574394927009f719 (patch) | |
tree | 15ea4dfce4fc305fb556decff352c130246460ee /gcc/ggc.h | |
parent | a6881cf34e63f36838e5ebe2ca70f9f1d23dbff0 (diff) | |
download | gcc-ac97e5692f31853a870eac5e574394927009f719.tar.gz |
* ggc.h (lang_cleanup_tree): Remove.
* gcc-simple.c (ggc_free_tree): Don't call lang_cleanup_tree.
* ggc-callbacks.c (lang_cleanup_tree): Remove.
* c-decl.c (finish_struct): Use ggc_alloc to allocate
TYPE_LANG_SPECIFIC when garbage collecting.
(lang_cleanup_tree): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29242 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ggc.h')
-rw-r--r-- | gcc/ggc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/ggc.h b/gcc/ggc.h index f2e6da384b0..bd6fe2fe543 100644 --- a/gcc/ggc.h +++ b/gcc/ggc.h @@ -87,9 +87,6 @@ void ggc_mark PROTO ((void *)); the lang_specific hooks in the tree. */ void lang_mark_tree PROTO ((union tree_node *)); -/* And similarly to free that data when the tree node is released. */ -void lang_cleanup_tree PROTO ((union tree_node *)); - /* The FALSE_LABEL_STACK, declared in except.h, has language-dependent semantics. Each front-end should define this function appropriately. */ |