Commit 994ac65b by Jeffrey A Law Committed by Jeff Law

* expr.c (tree_extract_aggr_init): #if 0 out.

From-SVN: r18899
parent 942632ac
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)
* expr.c (tree_extract_aggr_init): #if 0 out.
* except.c (do_unwind): Delete dead function. * except.c (do_unwind): Delete dead function.
(easy_expand_asm): Likewise. (easy_expand_asm): Likewise.
......
...@@ -28,8 +28,8 @@ Boston, MA 02111-1307, USA. */ ...@@ -28,8 +28,8 @@ Boston, MA 02111-1307, USA. */
#include "expr.h" #include "expr.h"
#include "cp-tree.h" #include "cp-tree.h"
static tree extract_aggr_init PROTO((tree, tree));
#if 0 #if 0
static tree extract_aggr_init PROTO((tree, tree));
static tree extract_scalar_init PROTO((tree, tree)); static tree extract_scalar_init PROTO((tree, tree));
#endif #endif
static rtx cplus_expand_expr PROTO((tree, rtx, enum machine_mode, static rtx cplus_expand_expr PROTO((tree, rtx, enum machine_mode,
...@@ -238,6 +238,7 @@ fixup_result_decl (decl, result) ...@@ -238,6 +238,7 @@ fixup_result_decl (decl, result)
} }
} }
#if 0
/* Expand this initialization inline and see if it's simple enough that /* Expand this initialization inline and see if it's simple enough that
it can be done at compile-time. */ it can be done at compile-time. */
...@@ -248,7 +249,6 @@ extract_aggr_init (decl, init) ...@@ -248,7 +249,6 @@ extract_aggr_init (decl, init)
return 0; return 0;
} }
#if 0
static tree static tree
extract_scalar_init (decl, init) extract_scalar_init (decl, init)
tree decl, init; tree decl, init;
......
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