JS: Remove irrelevant comment.

This commit is contained in:
Anders Schack-Mulligen
2025-02-25 11:33:16 +01:00
parent 449150e6b5
commit b2a595596b

View File

@@ -163,8 +163,6 @@ function t9() { // same as t8 but with a SanitizerGuard that isn't just a variab
}
if (typeof obj === "undefined" || typeof obj === "undefined") {
// The shared SSA library expects short-circuiting operators be pre-order in the CFG,
// but in JS they are post-order (as per evaluation order).
sink(obj.field);
} else {
sink(obj.field); // $ hasTaintFlow=t9.1