Skip to content

Commit b9450c9

Browse files
committed
remove development comment
1 parent 95a1edc commit b9450c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/dataflow/DataFlow.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ module DataFlow {
106106

107107
/** Holds if this node may evaluate to the Boolean value `b`. */
108108
predicate mayHaveBooleanValue(boolean b) {
109-
getAPredecessor().mayHaveBooleanValue(b) // needed stage 31 + stage 26 + stage 22 (unfixable)
109+
getAPredecessor().mayHaveBooleanValue(b)
110110
or
111111
b = true and asExpr().(BooleanLiteral).getValue() = "true"
112112
or

0 commit comments

Comments
 (0)