Commit 7258921b by Richard Henderson Committed by Richard Henderson

* cxx-pretty-print.c (pp_cxx_class_name): Remove unused function.

From-SVN: r70782
parent b01e3e38
2003-08-25 Richard Henderson <rth@redhat.com>
* cxx-pretty-print.c (pp_cxx_class_name): Remove unused function.
2003-08-25 Gabriel Dos Reis <gdr@integrable-solutions.net>
* cxx-pretty-print.h (pp_cxx_flag_default_argument): New flag.
......
......@@ -123,12 +123,6 @@ pp_cxx_template_id (cxx_pretty_printer *pp, tree t)
pp_cxx_end_template_argument_list (pp);
}
static void
pp_cxx_class_name (cxx_pretty_printer *pp, tree t)
{
pp_cxx_unqualified_id (pp, TYPE_NAME (t));
}
/* unqualified-id:
identifier
operator-function-id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment