Skip to content

Commit

Permalink
Dataflow: Remove unused predicate.
Browse files Browse the repository at this point in the history
  • Loading branch information
aschackmull committed Jan 30, 2025
1 parent 1fba8d9 commit dd0a07e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit dd0a07e

Please sign in to comment.