Skip to content

Commit

Permalink
[flang][openacc] Remove unused waitdevnum
Browse files Browse the repository at this point in the history
  • Loading branch information
clementval committed Dec 20, 2023
1 parent 8b885eb commit 8fdc3b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flang/lib/Lower/OpenACC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1783,7 +1783,6 @@ createComputeOp(Fortran::lower::AbstractConverter &converter,
// Parallel operation operands
mlir::Value ifCond;
mlir::Value selfCond;
mlir::Value waitDevnum;
llvm::SmallVector<mlir::Value> waitOperands, attachEntryOperands,
copyEntryOperands, copyoutEntryOperands, createEntryOperands,
dataClauseOperands, numGangs, numWorkers, vectorLength, async;
Expand Down

0 comments on commit 8fdc3b9

Please sign in to comment.