Skip to content

Commit 2213a35

Browse files
committed
[Polly] Delete unused lambda capture after 7175cff
1 parent aa07357 commit 2213a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polly/lib/Transform/ForwardOpTree.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ class ForwardOpTreeImpl : ZoneAlgorithm {
696696
}
697697
}
698698

699-
auto ExecAction = [this, TargetStmt, UseInst, DefStmt]() {
699+
auto ExecAction = [this, TargetStmt, UseInst]() {
700700
// To ensure the right order, prepend this instruction before its
701701
// operands. This ensures that its operands are inserted before the
702702
// instruction using them.

0 commit comments

Comments
 (0)