Skip to content

Commit e55130e

Browse files
committed
Dataflow: Remove unused predicate.
1 parent 2597ef6 commit e55130e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

shared/dataflow/codeql/dataflow/internal/DataFlowImplStage1.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1520,8 +1520,6 @@ module MakeImplStage1<LocationSig Location, InputSig<Location> Lang> {
15201520

15211521
predicate callContextNone = CachedCallContextSensitivity::ccNone/0;
15221522

1523-
predicate callContextSomeCall = CachedCallContextSensitivity::ccSomeCall/0;
1524-
15251523
private predicate callableStep(DataFlowCallable c1, DataFlowCallable c2) {
15261524
exists(NodeEx node1, NodeEx node2 |
15271525
jumpStepEx1(node1, node2)

0 commit comments

Comments
 (0)