diff options
author | Mark Mitchell <mark@codesourcery.com> | 1999-09-09 21:41:38 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 1999-09-09 21:41:38 +0000 |
commit | 96603b4c5a3d4d698c5a7f59b67910ed93ced182 (patch) | |
tree | 15ea4dfce4fc305fb556decff352c130246460ee /gcc/ggc.h | |
parent | 31cf01446d16abdebb2b05bb8183ba487648900c (diff) | |
download | gcc-96603b4c5a3d4d698c5a7f59b67910ed93ced182.zip gcc-96603b4c5a3d4d698c5a7f59b67910ed93ced182.tar.gz gcc-96603b4c5a3d4d698c5a7f59b67910ed93ced182.tar.bz2 |
ggc.h (lang_cleanup_tree): Remove.
* 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.
From-SVN: r29242
Diffstat (limited to 'gcc/ggc.h')
-rw-r--r-- | gcc/ggc.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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. */ |