mirror of git://gcc.gnu.org/git/gcc.git
* init.c (build_default_init): Remove unused variable.
From-SVN: r53660
This commit is contained in:
parent
ffd56a64d7
commit
500abaa854
|
|
@ -1,3 +1,7 @@
|
|||
2002-05-20 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* init.c (build_default_init): Remove unused variable.
|
||||
|
||||
2002-05-20 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* call.c (any_strictly_viable): New.
|
||||
|
|
|
|||
|
|
@ -213,8 +213,6 @@ static tree
|
|||
build_default_init (type)
|
||||
tree type;
|
||||
{
|
||||
tree init = NULL_TREE;
|
||||
|
||||
if (TYPE_NEEDS_CONSTRUCTING (type))
|
||||
/* Other code will handle running the default constructor. We can't do
|
||||
anything with a CONSTRUCTOR for arrays here, as that would imply
|
||||
|
|
|
|||
Loading…
Reference in New Issue