Skip to content

Commit 3eeb741

Browse files
author
Anders Carlsson
committed
Remove an unused declaration.
llvm-svn: 102037
1 parent ef78c8e commit 3eeb741

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Sema/SemaDeclCXX.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1240,7 +1240,6 @@ Sema::BuildMemberInitializer(FieldDecl *Member, Expr **Args,
12401240
QualType FieldType = Member->getType();
12411241
if (const ArrayType *Array = Context.getAsArrayType(FieldType))
12421242
FieldType = Array->getElementType();
1243-
ASTOwningVector<&ActionBase::DeleteExpr> ConstructorArgs(*this);
12441243
if (FieldType->isDependentType() || HasDependentArg) {
12451244
// Can't check initialization for a member of dependent type or when
12461245
// any of the arguments are type-dependent expressions.

0 commit comments

Comments
 (0)