Skip to content

Commit a80bf18

Browse files
committed
[flang][NFC] Remove unused variable
1 parent 6e3e14f commit a80bf18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Lower/OpenACC.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ static void genACC(Fortran::lower::AbstractConverter &converter,
898898
const auto &accClauseList =
899899
std::get<Fortran::parser::AccClauseList>(waitConstruct.t);
900900

901-
mlir::Value ifCond, asyncOperand, waitDevnum, async;
901+
mlir::Value ifCond, waitDevnum, async;
902902
SmallVector<mlir::Value> waitOperands;
903903

904904
// Async clause have optional values but can be present with

0 commit comments

Comments
 (0)