mirror of
https://github.com/intel/llvm.git
synced 2026-02-01 00:46:45 +08:00
[flang][openacc] Remove unused waitdevnum
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user