Commit 500abaa8 by Andreas Jaeger

* init.c (build_default_init): Remove unused variable.

From-SVN: r53660
parent ffd56a64
2002-05-20 Andreas Jaeger <aj@suse.de>
* init.c (build_default_init): Remove unused variable.
2002-05-20 Alexandre Oliva <aoliva@redhat.com> 2002-05-20 Alexandre Oliva <aoliva@redhat.com>
* call.c (any_strictly_viable): New. * call.c (any_strictly_viable): New.
......
...@@ -213,8 +213,6 @@ static tree ...@@ -213,8 +213,6 @@ static tree
build_default_init (type) build_default_init (type)
tree type; tree type;
{ {
tree init = NULL_TREE;
if (TYPE_NEEDS_CONSTRUCTING (type)) if (TYPE_NEEDS_CONSTRUCTING (type))
/* Other code will handle running the default constructor. We can't do /* Other code will handle running the default constructor. We can't do
anything with a CONSTRUCTOR for arrays here, as that would imply anything with a CONSTRUCTOR for arrays here, as that would imply
......
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