JS: Remove an obsolete TODO comment (this has been fixed)

This commit is contained in:
Asger F
2025-01-08 08:54:41 +01:00
parent f17cc5af15
commit c47419e66d

View File

@@ -2006,7 +2006,6 @@ deprecated private class CallAgainstEqualityCheck extends DerivedBarrierGuardNod
* Can be added to a `isBarrier` in a data-flow configuration to block flow through such checks.
*/
class VarAccessBarrier extends DataFlow::Node {
// TODO: This does not work in dataflow2 when the variable is captured, since the capture-flow library bypasses the refinement node.
VarAccessBarrier() {
exists(ConditionGuardNode guard, SsaRefinementNode refinement |
this = DataFlow::ssaDefinitionNode(refinement) and