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

From-SVN: r70782
This commit is contained in:
Richard Henderson 2003-08-25 13:40:21 -07:00 committed by Richard Henderson
parent b01e3e3802
commit 7258921b4e
2 changed files with 4 additions and 6 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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