Merge pull request #7258 from JRI98/remove_unused_typedhole_variant

Remove unused code
This commit is contained in:
Richard Feldman 2024-11-29 00:19:49 -05:00 committed by GitHub
commit bfbc9ceef0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 5 additions and 57 deletions

View file

@ -1908,7 +1908,6 @@ pub(crate) fn build_exp_expr<'a, 'ctx>(
Array { elem_layout, elems } => {
list_literal(env, layout_interner, scope, *elem_layout, elems)
}
RuntimeErrorFunction(_) => todo!(),
UnionAtIndex {
tag_id,