[flang][openacc] Remove unused waitdevnum

This commit is contained in:
Valentin Clement
2023-12-20 14:01:51 -08:00
parent 8b885eb90f
commit 8fdc3b98b8

View File

@@ -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;