Remove unnecessary ValueDef::IngestedFileImport branch in load/parse

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

View file

@ -5183,8 +5183,6 @@ fn parse<'a>(
ValueDef::ModuleImport(import) => {
imported.push((import.name.value.into(), *region));
}
ValueDef::IngestedFileImport(_) => {}
_ => {}
}
}