aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/dump.c
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2000-11-10 04:50:53 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2000-11-10 04:50:53 +0000
commit13507bd80dc47454cca3220f14dca27710e15c8f (patch)
tree4246e43687c1babe51887e8eedea1afaecc70cf5 /gcc/cp/dump.c
parent0a7394bc1ac70f2a16ee15731457af04fb0b6e48 (diff)
downloadgcc-13507bd80dc47454cca3220f14dca27710e15c8f.zip
gcc-13507bd80dc47454cca3220f14dca27710e15c8f.tar.gz
gcc-13507bd80dc47454cca3220f14dca27710e15c8f.tar.bz2
c-dump.c (dequeue_and_dump): Dump function bodies.
* c-dump.c (dequeue_and_dump): Dump function bodies. * dump.c (cp_dump_tree): Don't dump function bodies here. From-SVN: r37359
Diffstat (limited to 'gcc/cp/dump.c')
-rw-r--r--gcc/cp/dump.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cp/dump.c b/gcc/cp/dump.c
index 077b333..9be8d88 100644
--- a/gcc/cp/dump.c
+++ b/gcc/cp/dump.c
@@ -107,8 +107,6 @@ cp_dump_tree (di, t)
}
if (DECL_FRIEND_PSEUDO_TEMPLATE_INSTANTIATION (t))
dump_string (di, "pseudo tmpl");
-
- dump_child ("body", DECL_SAVED_TREE (t));
}
else
{