[Polly] Delete unused lambda capture after 7175cffb2133048018df74c1b49d1d4962ea18f2
authorFangrui Song <i@maskray.me>
Wed, 21 Oct 2020 01:34:31 +0000 (18:34 -0700)
committerFangrui Song <i@maskray.me>
Wed, 21 Oct 2020 01:34:52 +0000 (18:34 -0700)
polly/lib/Transform/ForwardOpTree.cpp

index 56c5fef..141ac26 100644 (file)
@@ -696,7 +696,7 @@ public:
       }
     }
 
-    auto ExecAction = [this, TargetStmt, UseInst, DefStmt]() {
+    auto ExecAction = [this, TargetStmt, UseInst]() {
       // To ensure the right order, prepend this instruction before its
       // operands. This ensures that its operands are inserted before the
       // instruction using them.