mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Remove file column from tokeninfo tables.
This commit is contained in:
@@ -422,7 +422,6 @@ impl Visitor<'_> {
|
||||
vec![
|
||||
Arg::Label(id),
|
||||
Arg::Int(*kind_id),
|
||||
Arg::Label(self.file_label),
|
||||
sliced_source_arg(self.source, node),
|
||||
Arg::Label(loc),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user