aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1998-03-29 12:38:51 +0000
committerJeff Law <law@gcc.gnu.org>1998-03-29 05:38:51 -0700
commit214922f8aba4997713970dd981c492ea44d3a3e4 (patch)
treefb4a3650e0c5d985a3d05efdf176d930b41fb2f7 /gcc
parent6d83a9775d918a5cfc17e49027d3cea460f184c6 (diff)
downloadgcc-214922f8aba4997713970dd981c492ea44d3a3e4.zip
gcc-214922f8aba4997713970dd981c492ea44d3a3e4.tar.gz
gcc-214922f8aba4997713970dd981c492ea44d3a3e4.tar.bz2
* method.c (thunk_printable_name): Delete dead function.
From-SVN: r18901
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/ChangeLog2
-rw-r--r--gcc/cp/method.c8
2 files changed, 2 insertions, 8 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 8643948..9b049e9 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -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.
diff --git a/gcc/cp/method.c b/gcc/cp/method.c
index 2b50598..04d674d 100644
--- a/gcc/cp/method.c
+++ b/gcc/cp/method.c
@@ -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)
}
-static char *
-thunk_printable_name (decl)
- tree decl;
-{
- return "<thunk function>";
-}
-
tree
make_thunk (function, delta)
tree function;