Skip to content

Commit 07011f7

Browse files
committed
Rust: Fix more after merge.
1 parent f5daec9 commit 07011f7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rust/ql/src/queries/summary/Stats.qll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ int getTaintEdgesCount() {
6969
}
7070

7171
/**
72-
<<<<<<< HEAD
7372
* Gets a kind of query for which `n` is a sink (if any).
7473
*/
7574
string getAQuerySinkKind(DataFlow::Node n) {
@@ -81,8 +80,6 @@ string getAQuerySinkKind(DataFlow::Node n) {
8180
}
8281

8382
/**
84-
=======
85-
>>>>>>> main
8683
* Gets a count of the total number of query sinks in the database.
8784
*/
8885
int getQuerySinksCount() { result = count(QuerySink s) }

0 commit comments

Comments
 (0)