Skip to content

Commit b2a5955

Browse files
committed
JS: Remove irrelevant comment.
1 parent 449150e commit b2a5955

File tree

1 file changed

+0
-2
lines changed
  • javascript/ql/test/library-tests/TripleDot

1 file changed

+0
-2
lines changed

javascript/ql/test/library-tests/TripleDot/useuse.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,6 @@ function t9() { // same as t8 but with a SanitizerGuard that isn't just a variab
163163
}
164164

165165
if (typeof obj === "undefined" || typeof obj === "undefined") {
166-
// The shared SSA library expects short-circuiting operators be pre-order in the CFG,
167-
// but in JS they are post-order (as per evaluation order).
168166
sink(obj.field);
169167
} else {
170168
sink(obj.field); // $ hasTaintFlow=t9.1

0 commit comments

Comments
 (0)