Skip to content

Commit aa48658

Browse files
committed
Data flow: Remove unused variable
1 parent ccbab33 commit aa48658

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -567,8 +567,8 @@ module MakeImpl<LocationSig Location, InputSig<Location> Lang> {
567567
ap instanceof ApNil and
568568
result = 0
569569
or
570-
exists(Content c, Ap tail |
571-
fwdFlowConsCand(_, ap, c, _, tail) and
570+
exists(Ap tail |
571+
fwdFlowConsCand(_, ap, _, _, tail) and
572572
ap != tail and // no need to report a longer length
573573
result = 1 + getAnApLengthLowerBound(tail) and
574574
result <= accessPathLimit()

0 commit comments

Comments
 (0)