Skip to content

Commit c47419e

Browse files
committed
JS: Remove an obsolete TODO comment (this has been fixed)
1 parent f17cc5a commit c47419e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2006,7 +2006,6 @@ deprecated private class CallAgainstEqualityCheck extends DerivedBarrierGuardNod
20062006
* Can be added to a `isBarrier` in a data-flow configuration to block flow through such checks.
20072007
*/
20082008
class VarAccessBarrier extends DataFlow::Node {
2009-
// TODO: This does not work in dataflow2 when the variable is captured, since the capture-flow library bypasses the refinement node.
20102009
VarAccessBarrier() {
20112010
exists(ConditionGuardNode guard, SsaRefinementNode refinement |
20122011
this = DataFlow::ssaDefinitionNode(refinement) and

0 commit comments

Comments
 (0)