Skip to content

Commit 8fdc3b9

Browse files
committed
[flang][openacc] Remove unused waitdevnum
1 parent 8b885eb commit 8fdc3b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flang/lib/Lower/OpenACC.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1783,7 +1783,6 @@ createComputeOp(Fortran::lower::AbstractConverter &converter,
17831783
// Parallel operation operands
17841784
mlir::Value ifCond;
17851785
mlir::Value selfCond;
1786-
mlir::Value waitDevnum;
17871786
llvm::SmallVector<mlir::Value> waitOperands, attachEntryOperands,
17881787
copyEntryOperands, copyoutEntryOperands, createEntryOperands,
17891788
dataClauseOperands, numGangs, numWorkers, vectorLength, async;

0 commit comments

Comments
 (0)