]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* cxx-pretty-print.c (pp_cxx_class_name): Remove unused function.
authorRichard Henderson <rth@redhat.com>
Mon, 25 Aug 2003 20:40:21 +0000 (13:40 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 25 Aug 2003 20:40:21 +0000 (13:40 -0700)
From-SVN: r70782

gcc/cp/ChangeLog
gcc/cp/cxx-pretty-print.c

index d56c7a5753fc783934d3918da90f8bde0600414c..08041aa6a7f9bcb1c29f59e93fddc8e487db4859 100644 (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.
index a8e931c856b548f4bf5e47832b72ee0cf2bf6380..543cc322151cc8bf7a33a1dc467cc7bd21383088 100644 (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