OSDN Git Service

92th Cygnus<->FSF quick merge
[pf3gnuchains/gcc-fork.git] / gcc / cp / ptree.c
index ad1480a..5a85956 100644 (file)
@@ -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;