mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
Drop unused mono::Expr::Pointer
This commit is contained in:
parent
bfe7c1b330
commit
f9e013793c
3 changed files with 2 additions and 6 deletions
|
@ -71,9 +71,6 @@ pub fn basic_type_from_layout<'ctx>(
|
|||
Tag(_fields) => {
|
||||
panic!("TODO layout_to_basic_type for Tag");
|
||||
}
|
||||
Pointer(_layout) => {
|
||||
panic!("TODO layout_to_basic_type for Pointer");
|
||||
}
|
||||
Builtin(builtin) => match builtin {
|
||||
Int64 => context.i64_type().as_basic_type_enum(),
|
||||
Float64 => context.f64_type().as_basic_type_enum(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue