We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff65adf commit f45a679Copy full SHA for f45a679
1 file changed
actions/ql/src/Models/ReusableWorkflowsSources.ql
@@ -36,8 +36,6 @@ private module MyConfig implements DataFlow::ConfigSig {
36
}
37
38
predicate observeDiffInformedIncrementalMode() { any() }
39
-
40
- Location getASelectedSourceLocation(DataFlow::Node sink) { none() }
41
42
43
module MyFlow = TaintTracking::Global<MyConfig>;
0 commit comments