Skip to content

Commit 9f4fd7f

Browse files
committed
Remove a data flow consistency exclusion
This is no longer needed.
1 parent f6135b7 commit 9f4fd7f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

go/ql/lib/semmle/go/dataflow/internal/DataFlowImplConsistency.qll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ private module Input implements InputSig<Location, Impl::GoDataFlow> {
1919

2020
predicate uniqueNodeLocationExclude(DataFlow::Node n) { missingLocationExclude(n) }
2121

22-
predicate localFlowIsLocalExclude(DataFlow::Node n1, DataFlow::Node n2) {
23-
n1 instanceof DataFlow::FunctionNode and simpleLocalFlowStep(n1, n2, _)
24-
}
25-
2622
predicate argHasPostUpdateExclude(DataFlow::ArgumentNode n) {
2723
not DataFlow::insnHasPostUpdateNode(n.asInstruction())
2824
}

0 commit comments

Comments
 (0)