diff options
Diffstat (limited to 'clang/lib/Sema/SemaExpr.cpp')
-rw-r--r-- | clang/lib/Sema/SemaExpr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaExpr.cpp b/clang/lib/Sema/SemaExpr.cpp index 8d0c1eecee2..5539df40034 100644 --- a/clang/lib/Sema/SemaExpr.cpp +++ b/clang/lib/Sema/SemaExpr.cpp @@ -2395,7 +2395,6 @@ Sema::ActOnCompoundLiteral(SourceLocation LParenLoc, TypeTy *Ty, Action::OwningExprResult Sema::ActOnInitList(SourceLocation LBraceLoc, MultiExprArg initlist, - InitListDesignations &Designators, SourceLocation RBraceLoc) { unsigned NumInit = initlist.size(); Expr **InitList = reinterpret_cast<Expr**>(initlist.release()); |