diff options
author | Richard Henderson <rth@redhat.com> | 2003-08-25 13:40:21 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2003-08-25 13:40:21 -0700 |
commit | 7258921b4efa55858107c0c755d4d1f3bd2725f9 (patch) | |
tree | b388e0656218b003e55f94bfb160901debb2ae33 /gcc | |
parent | b01e3e38023941728a67738debeaa15d1f67753e (diff) | |
download | gcc-7258921b4efa55858107c0c755d4d1f3bd2725f9.zip gcc-7258921b4efa55858107c0c755d4d1f3bd2725f9.tar.gz gcc-7258921b4efa55858107c0c755d4d1f3bd2725f9.tar.bz2 |
* cxx-pretty-print.c (pp_cxx_class_name): Remove unused function.
From-SVN: r70782
Diffstat (limited to 'gcc')
-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 |