Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1c42431

Browse files
committed
revert the last small change to ExprHasNoEffect.qll
1 parent 34d0f72 commit 1c42431

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

javascript/ql/src/Expressions/ExprHasNoEffect.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ predicate inVoidContext(Expr e) {
2626
n = seq.getNumOperands()
2727
|
2828
i < n - 1 or inVoidContext(seq)
29-
)
29+
)
3030
or
3131
exists(ForStmt stmt | e = stmt.getUpdate())
3232
or

0 commit comments

Comments
 (0)