Skip to content

Commit f0fd501

Browse files
committed
No need to cache isUnreachableInCall any more
1 parent a86390d commit f0fd501

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ql/src/semmle/go/dataflow/internal/DataFlowPrivate.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ private ControlFlow::ConditionGuardNode getAFalsifiedGuard(DataFlowCall call) {
236236
/**
237237
* Holds if the node `n` is unreachable when the call context is `call`.
238238
*/
239-
cached
240239
predicate isUnreachableInCall(Node n, DataFlowCall call) {
241240
getAFalsifiedGuard(call).dominates(n.getBasicBlock())
242241
}

0 commit comments

Comments
 (0)