diff options
| -rw-r--r-- | gcc/cp/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/cp/cxx-pretty-print.c | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index d56c7a5..08041aa 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -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. diff --git a/gcc/cp/cxx-pretty-print.c b/gcc/cp/cxx-pretty-print.c index a8e931c..543cc32 100644 --- a/gcc/cp/cxx-pretty-print.c +++ b/gcc/cp/cxx-pretty-print.c @@ -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 |
