Skip to content

Commit 9c5f3e9

Browse files
committed
remove leftover debug comments
1 parent 4fba5e4 commit 9c5f3e9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

javascript/ql/lib/semmle/javascript/dataflow/Configuration.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2043,11 +2043,9 @@ private class BarrierGuardFunction extends Function {
20432043
// ad hoc support for conjunctions:
20442044
getALogicalAndParent(guard) = returnExpr and guardOutcome = true
20452045
or
2046-
// getALogicalAndOperand+(returnExpr) = guard.asExpr() and guardOutcome = true
20472046
// ad hoc support for disjunctions:
20482047
getALogicalOrParent(guard) = returnExpr and guardOutcome = false
20492048
|
2050-
// getALogicalOrOperand+(returnExpr) = guard.asExpr() and guardOutcome = false
20512049
exists(SsaExplicitDefinition ssa |
20522050
ssa.getDef().getSource() = returnExpr and
20532051
ssa.getVariable().getAUse() = getAReturnedExpr()

0 commit comments

Comments
 (0)