mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-01 10:52:18 +00:00
removed unneeded imported modules info
This commit is contained in:
parent
ed3649fe1f
commit
15faf59c6b
3 changed files with 0 additions and 8 deletions
|
@ -48,7 +48,6 @@ pub struct LoadedModule {
|
|||
pub typechecked: MutMap<ModuleId, CheckedModule>,
|
||||
|
||||
pub imports: MutMap<ModuleId, MutSet<ModuleId>>,
|
||||
pub imported_modules: MutMap<ModuleId, MutMap<ModuleId, Region>>,
|
||||
pub exposed_imports: MutMap<ModuleId, MutMap<Symbol, Region>>,
|
||||
pub exposes: MutMap<ModuleId, Vec<(Symbol, Variable)>>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue