OSDN Git Service

* method.c (thunk_printable_name): Delete dead function.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 29 Mar 1998 12:38:51 +0000 (12:38 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 29 Mar 1998 12:38:51 +0000 (12:38 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18901 138bc75d-0d04-0410-961f-82ee72b054a4

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;