mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Dataflow: Remove unused predicate.
This commit is contained in:
@@ -1520,8 +1520,6 @@ module MakeImplStage1<LocationSig Location, InputSig<Location> Lang> {
|
||||
|
||||
predicate callContextNone = CachedCallContextSensitivity::ccNone/0;
|
||||
|
||||
predicate callContextSomeCall = CachedCallContextSensitivity::ccSomeCall/0;
|
||||
|
||||
private predicate callableStep(DataFlowCallable c1, DataFlowCallable c2) {
|
||||
exists(NodeEx node1, NodeEx node2 |
|
||||
jumpStepEx1(node1, node2)
|
||||
|
||||
Reference in New Issue
Block a user