mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
removed unneeded imported modules info
This commit is contained in:
parent
505c7c673a
commit
a21f987e64
3 changed files with 0 additions and 8 deletions
|
@ -2537,10 +2537,6 @@ fn update<'a>(
|
|||
}
|
||||
|
||||
report_unused_imported_modules(&mut state, module_id, &constrained_module);
|
||||
state
|
||||
.module_cache
|
||||
.imported_modules
|
||||
.insert(module_id, constrained_module.imported_modules.clone());
|
||||
state
|
||||
.module_cache
|
||||
.exposed_imports
|
||||
|
@ -3413,7 +3409,6 @@ fn finish(
|
|||
timings: state.timings,
|
||||
docs_by_module,
|
||||
abilities_store,
|
||||
imported_modules: state.module_cache.imported_modules,
|
||||
exposed_imports: state.module_cache.exposed_imports,
|
||||
imports: state.module_cache.imports,
|
||||
exposes: state.module_cache.exposes,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue