Skip to content

Commit 7b63916

Browse files
committed
Clang-format
1 parent 1fe16cf commit 7b63916

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Sema/SemaOpenACCClause.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2016,7 +2016,6 @@ ExprResult SemaOpenACC::CheckReductionVar(OpenACCDirectiveKind DirectiveKind,
20162016
if (CheckReductionVarType(VarExpr))
20172017
return ExprError();
20182018

2019-
20202019
// OpenACC3.3: 2.9.11: Reduction clauses on nested constructs for the same
20212020
// reduction 'var' must have the same reduction operator.
20222021
if (!VarExpr->isInstantiationDependent()) {

0 commit comments

Comments
 (0)