Skip to content

Commit 53d9e4d

Browse files
committed
QL: regen TreeSitter.qll
1 parent 834511b commit 53d9e4d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ql/ql/src/codeql_ql/ast/internal/TreeSitter.qll

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1866,12 +1866,6 @@ module JSON {
18661866
/** Gets the location of this element. */
18671867
final L::Location getLocation() { json_ast_node_info(this, _, _, result) }
18681868

1869-
predicate hasLocationInfo(
1870-
string filepath, int startline, int startcolumn, int endline, int endcolumn
1871-
) {
1872-
this.getLocation().hasLocationInfo(filepath, startline, startcolumn, endline, endcolumn)
1873-
}
1874-
18751869
/** Gets the parent of this element. */
18761870
final AstNode getParent() { json_ast_node_info(this, result, _, _) }
18771871

0 commit comments

Comments
 (0)