Skip to content

Commit 4223971

Browse files
committed
Dataflow: Remove outdated comment.
1 parent f11ae49 commit 4223971

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

shared/dataflow/codeql/dataflow/internal/DataFlowImpl.qll

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3879,11 +3879,6 @@ module MakeImpl<LocationSig Location, InputSig<Location> Lang> {
38793879
bindingset[node, state, t0, ap]
38803880
predicate filter(NodeEx node, FlowState state, Typ t0, Ap ap, Typ t) {
38813881
exists(state) and
3882-
// We can get away with not using type strengthening here, since we aren't
3883-
// going to use the tracked types in the construction of Stage 4 access
3884-
// paths. For Stage 4 and onwards, the tracked types must be consistent as
3885-
// the cons candidates including types are used to construct subsequent
3886-
// access path approximations.
38873882
t0 = t and
38883883
(
38893884
notExpectsContent(node)

0 commit comments

Comments
 (0)