@@ -49,8 +49,6 @@ private import codeql.rust.dataflow.FlowSource
49
49
private import codeql.rust.dataflow.FlowSink
50
50
private import codeql.rust.elements.internal.CallExprBaseImpl:: Impl as CallExprBaseImpl
51
51
52
-
53
-
54
52
/**
55
53
* Holds if in a call to the function with canonical path `path`, the value referred
56
54
* to by `output` is a flow source of the given `kind`.
@@ -64,8 +62,6 @@ extensible predicate sourceModel(
64
62
string path , string output , string kind , string provenance , QlBuiltins:: ExtensionId madId
65
63
) ;
66
64
67
-
68
-
69
65
/**
70
66
* Holds if in a call to the function with canonical path `path`, the value referred
71
67
* to by `input` is a flow sink of the given `kind`.
@@ -80,8 +76,6 @@ extensible predicate sinkModel(
80
76
string path , string input , string kind , string provenance , QlBuiltins:: ExtensionId madId
81
77
) ;
82
78
83
-
84
-
85
79
/**
86
80
* Holds if in a call to the function with canonical path `path`, the value referred
87
81
* to by `input` can flow to the value referred to by `output`.
@@ -116,8 +110,6 @@ predicate interpretModelForTest(QlBuiltins::ExtensionId madId, string model) {
116
110
)
117
111
}
118
112
119
-
120
-
121
113
private class SummarizedCallableFromModel extends SummarizedCallable:: Range {
122
114
private string path ;
123
115
@@ -146,8 +138,6 @@ private class SummarizedCallableFromModel extends SummarizedCallable::Range {
146
138
}
147
139
}
148
140
149
-
150
-
151
141
private class FlowSourceFromModel extends FlowSource:: Range {
152
142
private string path ;
153
143
@@ -164,8 +154,6 @@ private class FlowSourceFromModel extends FlowSource::Range {
164
154
}
165
155
}
166
156
167
-
168
-
169
157
private class FlowSinkFromModel extends FlowSink:: Range {
170
158
private string path ;
171
159
0 commit comments