Skip to content

Commit b7bc94b

Browse files
Update shared/typetracking/codeql/typetracking/internal/TypeTrackingImpl.qll
Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
1 parent 3aee4a8 commit b7bc94b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shared/typetracking/codeql/typetracking/internal/TypeTrackingImpl.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ module TypeTracking<LocationSig Location, TypeTrackingInput<Location> I> {
270270

271271
pragma[inline]
272272
predicate standardFlowsTo(Node localSource, Node dst) {
273-
// explicit type check in base case to avoid repeated type tests in recursive case
274273
isLocalSourceNode(localSource) and
275274
dst = localSource
276275
or

0 commit comments

Comments
 (0)