Skip to content

Commit 894d3ee

Browse files
committed
Remove empty line.
1 parent 8107810 commit 894d3ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Sema/SemaExpr.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6593,7 +6593,6 @@ ExprResult Sema::BuildCallExpr(Scope *Scope, Expr *Fn, SourceLocation LParenLoc,
65936593
"should only occur in error-recovery path.");
65946594
return CallExpr::Create(Context, Fn, ArgExprs, Context.DependentTy,
65956595
VK_PRValue, RParenLoc, CurFPFeatureOverrides());
6596-
}
65976596
return BuildResolvedCallExpr(Fn, NDecl, LParenLoc, ArgExprs, RParenLoc,
65986597
ExecConfig, IsExecConfig);
65996598
}

0 commit comments

Comments
 (0)