mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
Remove unnecessary ValueDef::IngestedFileImport branch in load/parse
This commit is contained in:
parent
2aa53eab32
commit
eea2196c30
1 changed files with 0 additions and 2 deletions
|
@ -5183,8 +5183,6 @@ fn parse<'a>(
|
|||
ValueDef::ModuleImport(import) => {
|
||||
imported.push((import.name.value.into(), *region));
|
||||
}
|
||||
|
||||
ValueDef::IngestedFileImport(_) => {}
|
||||
_ => {}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue