diff options
author | Andreas Jaeger <aj@gcc.gnu.org> | 2002-05-20 16:28:01 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@gcc.gnu.org> | 2002-05-20 16:28:01 +0200 |
commit | 500abaa85465e990ccd1b5654bfd3af06e440c29 (patch) | |
tree | 0d97e0f808d978523a517aeb368b5333688f4f99 /gcc/cp/init.c | |
parent | ffd56a64d763871d51adec3c27036ce89aa3e22a (diff) | |
download | gcc-500abaa85465e990ccd1b5654bfd3af06e440c29.tar.gz |
* init.c (build_default_init): Remove unused variable.
From-SVN: r53660
Diffstat (limited to 'gcc/cp/init.c')
-rw-r--r-- | gcc/cp/init.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cp/init.c b/gcc/cp/init.c index 3ac91da9fe7..526d68f390b 100644 --- a/gcc/cp/init.c +++ b/gcc/cp/init.c @@ -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 |