summaryrefslogtreecommitdiff
path: root/gcc/cp/ptree.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/ptree.c')
-rw-r--r--gcc/cp/ptree.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cp/ptree.c b/gcc/cp/ptree.c
index 8266e832a4..5726f96b29 100644
--- a/gcc/cp/ptree.c
+++ b/gcc/cp/ptree.c
@@ -260,7 +260,6 @@ cxx_print_xnode (FILE *file, tree node, int indent)
indent+4);
print_node (file, "associated_constr",
cinfo->associated_constr, indent+4);
- print_node_brief (file, "assumptions", cinfo->assumptions, indent+4);
break;
}
case ARGUMENT_PACK_SELECT: