Skip to content

Commit 7fd9579

Browse files
caiiiycukkripken
andauthored
Update src/passes/Asyncify.cpp
Co-authored-by: Alon Zakai <[email protected]>
1 parent 4175a77 commit 7fd9579

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/passes/Asyncify.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1392,7 +1392,6 @@ struct AsyncifyAssertUnwindCorrectness : Pass {
13921392

13931393
void visitCall(Call* curr) {
13941394
assert(!expressionStack.empty());
1395-
std::vector<int> parents;
13961395
Index i = expressionStack.size() - 1;
13971396
while (i > 0) {
13981397
auto* expr = expressionStack[i];

0 commit comments

Comments
 (0)