Remove file column from tokeninfo tables.

This commit is contained in:
Nick Rolfe
2021-09-20 21:25:42 +01:00
parent 6f059638d2
commit 6a17dfd228
5 changed files with 7 additions and 17 deletions

View File

@@ -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),
],