Skip to content

Commit 3335d48

Browse files
committed
Sync files
1 parent c0db40d commit 3335d48

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

python/ql/lib/semmle/python/frameworks/data/internal/ApiGraphModels.qll

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -341,18 +341,8 @@ private predicate summaryModel(
341341
}
342342

343343
/** Holds if a type model exists for the given parameters. */
344-
<<<<<<< HEAD
345344
predicate typeModel(string type1, string type2, string path) {
346-
exists(string row |
347-
typeModel(row) and
348-
row.splitAt(";", 0) = type1 and
349-
row.splitAt(";", 1) = type2 and
350-
row.splitAt(";", 2) = path
351-
)
352-
=======
353-
private predicate typeModel(string type1, string type2, string path) {
354345
any(DeprecationAdapter a).typeModel(type1, type2, path)
355-
>>>>>>> main
356346
or
357347
Extensions::typeModel(type1, type2, path)
358348
}

ruby/ql/lib/codeql/ruby/frameworks/data/internal/ApiGraphModels.qll

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -341,18 +341,8 @@ private predicate summaryModel(
341341
}
342342

343343
/** Holds if a type model exists for the given parameters. */
344-
<<<<<<< HEAD
345344
predicate typeModel(string type1, string type2, string path) {
346-
exists(string row |
347-
typeModel(row) and
348-
row.splitAt(";", 0) = type1 and
349-
row.splitAt(";", 1) = type2 and
350-
row.splitAt(";", 2) = path
351-
)
352-
=======
353-
private predicate typeModel(string type1, string type2, string path) {
354345
any(DeprecationAdapter a).typeModel(type1, type2, path)
355-
>>>>>>> main
356346
or
357347
Extensions::typeModel(type1, type2, path)
358348
}

0 commit comments

Comments
 (0)