* method.c (thunk_printable_name): Delete dead function.
authorJeffrey A Law <law@cygnus.com>
Sun, 29 Mar 1998 12:38:51 +0000 (12:38 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 29 Mar 1998 12:38:51 +0000 (05:38 -0700)
From-SVN: r18901

gcc/cp/ChangeLog
gcc/cp/method.c

index 8643948..9b049e9 100644 (file)
@@ -1,5 +1,7 @@
 Sun Mar 29 00:47:32 1998  Jeffrey A Law  (law@cygnus.com)
 
+       * method.c (thunk_printable_name): Delete dead function.
+
        * lex.c (yynextch): Delete dead function.
 
        * expr.c (tree_extract_aggr_init): #if 0 out.
index 2b50598..04d674d 100644 (file)
@@ -67,7 +67,6 @@ static void issue_nrepeats PROTO((tree));
 static char *build_mangled_name PROTO((tree,int,int));
 static void process_modifiers PROTO((tree));
 static void process_overload_item PROTO((tree,int));
-static char *thunk_printable_name PROTO((tree));
 static void do_build_assign_ref PROTO((tree));
 static void do_build_copy_constructor PROTO((tree));
 static tree largest_union_member PROTO((tree));
@@ -1871,13 +1870,6 @@ hack_identifier (value, name)
 }
 
 \f
-static char *
-thunk_printable_name (decl)
-     tree decl;
-{
-  return "<thunk function>";
-}
-
 tree
 make_thunk (function, delta)
      tree function;