mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Remove unncessary comment in load
This commit is contained in:
parent
a2b76fc8c3
commit
2aa53eab32
1 changed files with 0 additions and 2 deletions
|
@ -192,8 +192,6 @@ fn start_phase<'a>(
|
||||||
|
|
||||||
BuildTask::Parse {
|
BuildTask::Parse {
|
||||||
header,
|
header,
|
||||||
// Provide mutexes of ModuleIds and IdentIds by module,
|
|
||||||
// so other modules can populate them as they load.
|
|
||||||
module_ids: Arc::clone(&state.arc_modules),
|
module_ids: Arc::clone(&state.arc_modules),
|
||||||
ident_ids_by_module: Arc::clone(&state.ident_ids_by_module),
|
ident_ids_by_module: Arc::clone(&state.ident_ids_by_module),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue