Skip to content

Commit

Permalink
[flang][NFC] Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
clementval committed Mar 24, 2022
1 parent 6e3e14f commit a80bf18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flang/lib/Lower/OpenACC.cpp
Expand Up @@ -898,7 +898,7 @@ static void genACC(Fortran::lower::AbstractConverter &converter,
const auto &accClauseList =
std::get<Fortran::parser::AccClauseList>(waitConstruct.t);

mlir::Value ifCond, asyncOperand, waitDevnum, async;
mlir::Value ifCond, waitDevnum, async;
SmallVector<mlir::Value> waitOperands;

// Async clause have optional values but can be present with
Expand Down

0 comments on commit a80bf18

Please sign in to comment.