diff options
Diffstat (limited to 'gcc/cp/ptree.c')
-rw-r--r-- | gcc/cp/ptree.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/cp/ptree.c b/gcc/cp/ptree.c index ad1480a1ed9..5a859561512 100644 --- a/gcc/cp/ptree.c +++ b/gcc/cp/ptree.c @@ -72,13 +72,6 @@ print_lang_type (file, node, indent) return; } - if (TREE_CODE (node) == UNINSTANTIATED_P_TYPE) - { - print_node (file, "template", UPT_TEMPLATE (node), indent + 4); - print_node (file, "parameters", UPT_PARMS (node), indent + 4); - return; - } - if (! (TREE_CODE (node) == RECORD_TYPE || TREE_CODE (node) == UNION_TYPE)) return; |