]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cp/ptree.c
Kill IDENTIFIER_TEMPLATE.
[thirdparty/gcc.git] / gcc / cp / ptree.c
index 7b69dbe2b890a236c59c71e521d7f3d13ab5e01a..d377efc8cc51e1e2d489bdc0e51ac7afed3d62e1 100644 (file)
@@ -181,7 +181,6 @@ cxx_print_identifier (FILE *file, tree node, int indent)
   fprintf (file, "%s local bindings <%p>", get_identifier_kind_name (node),
           (void *) IDENTIFIER_BINDING (node));
   print_node (file, "label", IDENTIFIER_LABEL_VALUE (node), indent + 4);
-  print_node (file, "template", IDENTIFIER_TEMPLATE (node), indent + 4);
 }
 
 void