Remove @file from @astnode

This commit is contained in:
Arthur Baars
2020-11-25 17:37:58 +01:00
parent 735aec9d34
commit 083672744e
2 changed files with 1 additions and 2 deletions

View File

@@ -136,7 +136,6 @@ fn convert_nodes<'a>(nodes: &'a node_types::NodeTypeMap) -> Vec<dbscheme::Entry<
})
.collect();
ast_node_members.insert("token");
ast_node_members.insert("file");
for (_, node) in nodes {
match &node.kind {
node_types::EntryKind::Union { members: n_members } => {