Commit 214922f8 by Jeffrey A Law Committed by Jeff Law

* method.c (thunk_printable_name): Delete dead function.

From-SVN: r18901
parent 6d83a977
Sun Mar 29 00:47:32 1998 Jeffrey A Law (law@cygnus.com) 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. * lex.c (yynextch): Delete dead function.
* expr.c (tree_extract_aggr_init): #if 0 out. * expr.c (tree_extract_aggr_init): #if 0 out.
......
...@@ -67,7 +67,6 @@ static void issue_nrepeats PROTO((tree)); ...@@ -67,7 +67,6 @@ static void issue_nrepeats PROTO((tree));
static char *build_mangled_name PROTO((tree,int,int)); static char *build_mangled_name PROTO((tree,int,int));
static void process_modifiers PROTO((tree)); static void process_modifiers PROTO((tree));
static void process_overload_item PROTO((tree,int)); 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_assign_ref PROTO((tree));
static void do_build_copy_constructor PROTO((tree)); static void do_build_copy_constructor PROTO((tree));
static tree largest_union_member PROTO((tree)); static tree largest_union_member PROTO((tree));
...@@ -1871,13 +1870,6 @@ hack_identifier (value, name) ...@@ -1871,13 +1870,6 @@ hack_identifier (value, name)
} }
static char *
thunk_printable_name (decl)
tree decl;
{
return "<thunk function>";
}
tree tree
make_thunk (function, delta) make_thunk (function, delta)
tree function; tree function;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment