From: Richard Henderson Date: Mon, 25 Aug 2003 20:40:21 +0000 (-0700) Subject: * cxx-pretty-print.c (pp_cxx_class_name): Remove unused function. X-Git-Tag: releases/gcc-3.4.0~4078 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7258921b4efa55858107c0c755d4d1f3bd2725f9;p=thirdparty%2Fgcc.git * cxx-pretty-print.c (pp_cxx_class_name): Remove unused function. From-SVN: r70782 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index d56c7a5753fc..08041aa6a7f9 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2003-08-25 Richard Henderson + + * cxx-pretty-print.c (pp_cxx_class_name): Remove unused function. + 2003-08-25 Gabriel Dos Reis * 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 a8e931c856b5..543cc322151c 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