Skip to content

Commit 1ac1871

Browse files
committed
cleanup
1 parent c060345 commit 1ac1871

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Sema/SemaDecl.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13775,7 +13775,6 @@ void Sema::AddInitializerToDecl(Decl *RealDecl, Expr *Init, bool DirectInit) {
1377513775
}
1377613776

1377713777
// Perform the initialization.
13778-
ParenListExpr *CXXDirectInit = dyn_cast<ParenListExpr>(Init);
1377913778
bool IsParenListInit = false;
1378013779
if (!VDecl->isInvalidDecl()) {
1378113780
InitializedEntity Entity = InitializedEntity::InitializeVariable(VDecl);

0 commit comments

Comments
 (0)