Skip to content

Commit c3525e0

Browse files
committed
Remove the clang-tidy error used to trigger Travis CI error
1 parent 6ef03f5 commit c3525e0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/passes/pass.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -698,10 +698,6 @@ void PassRunner::handleAfterEffects(Pass* pass, Function* func) {
698698
int PassRunner::getPassDebug() {
699699
static const int passDebug =
700700
getenv("BINARYEN_PASS_DEBUG") ? atoi(getenv("BINARYEN_PASS_DEBUG")) : 0;
701-
int a = 0;
702-
if (true)
703-
a = 5;
704-
(void)a;
705701
return passDebug;
706702
}
707703

0 commit comments

Comments
 (0)