* expr.c (tree_extract_aggr_init): #if 0 out.
authorJeffrey A Law <law@cygnus.com>
Sun, 29 Mar 1998 12:36:07 +0000 (12:36 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 29 Mar 1998 12:36:07 +0000 (05:36 -0700)
From-SVN: r18899

gcc/cp/ChangeLog
gcc/cp/expr.c

index cd3de91..dd73af6 100644 (file)
@@ -1,5 +1,7 @@
 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.
        (easy_expand_asm): Likewise.
 
index 50159cd..43be1a8 100644 (file)
@@ -28,8 +28,8 @@ Boston, MA 02111-1307, USA.  */
 #include "expr.h"
 #include "cp-tree.h"
 
-static tree extract_aggr_init PROTO((tree, tree));
 #if 0
+static tree extract_aggr_init PROTO((tree, tree));
 static tree extract_scalar_init PROTO((tree, tree));
 #endif
 static rtx cplus_expand_expr PROTO((tree, rtx, enum machine_mode,
@@ -238,6 +238,7 @@ fixup_result_decl (decl, result)
     }
 }
 
+#if 0
 /* Expand this initialization inline and see if it's simple enough that
    it can be done at compile-time.  */
 
@@ -248,7 +249,6 @@ extract_aggr_init (decl, init)
   return 0;
 }
 
-#if 0
 static tree
 extract_scalar_init (decl, init)
      tree decl, init;