Remove unncessary comment in load

This commit is contained in:
Agus Zubiaga 2024-04-27 22:32:43 -03:00
parent a2b76fc8c3
commit 2aa53eab32
No known key found for this signature in database

View File

@ -192,8 +192,6 @@ fn start_phase<'a>(
BuildTask::Parse {
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),
ident_ids_by_module: Arc::clone(&state.ident_ids_by_module),
}