remove def_symbol field

This commit is contained in:
Folkert 2020-11-04 14:59:41 +01:00
parent 6a51ba70c2
commit 2acbfa91f1
4 changed files with 1 additions and 8 deletions

View file

@ -14,6 +14,7 @@ pub struct Annotation {
pub introduced_variables: IntroducedVariables,
pub references: MutSet<Symbol>,
pub aliases: SendMap<Symbol, Alias>,
// pub host_exposed_aliases: SendMap<Symbol, Variable>,
pub variably_sized_types: VariablySizedTypes,
}