We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a86390d commit f0fd501Copy full SHA for f0fd501
ql/src/semmle/go/dataflow/internal/DataFlowPrivate.qll
@@ -236,7 +236,6 @@ private ControlFlow::ConditionGuardNode getAFalsifiedGuard(DataFlowCall call) {
236
/**
237
* Holds if the node `n` is unreachable when the call context is `call`.
238
*/
239
-cached
240
predicate isUnreachableInCall(Node n, DataFlowCall call) {
241
getAFalsifiedGuard(call).dominates(n.getBasicBlock())
242
}
0 commit comments