mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-04 09:14:04 +08:00
* cxx-pretty-print.c (pp_cxx_class_name): Remove unused function.
From-SVN: r70782
This commit is contained in:
parent
b01e3e3802
commit
7258921b4e
@ -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>
|
2003-08-25 Gabriel Dos Reis <gdr@integrable-solutions.net>
|
||||||
|
|
||||||
* cxx-pretty-print.h (pp_cxx_flag_default_argument): New flag.
|
* 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);
|
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:
|
/* unqualified-id:
|
||||||
identifier
|
identifier
|
||||||
operator-function-id
|
operator-function-id
|
||||||
|
Loading…
Reference in New Issue
Block a user