mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Remove TagDiscriminant low-level
This commit is contained in:
parent
cb96a64259
commit
792afe5457
7 changed files with 5 additions and 88 deletions
|
@ -111,7 +111,6 @@ pub enum LowLevel {
|
|||
BoxExpr,
|
||||
UnboxExpr,
|
||||
Unreachable,
|
||||
TagDiscriminant,
|
||||
}
|
||||
|
||||
macro_rules! higher_order {
|
||||
|
@ -212,7 +211,6 @@ macro_rules! map_symbol_to_lowlevel {
|
|||
LowLevel::PtrCast => unimplemented!(),
|
||||
LowLevel::RefCountInc => unimplemented!(),
|
||||
LowLevel::RefCountDec => unimplemented!(),
|
||||
LowLevel::TagDiscriminant => unimplemented!(),
|
||||
|
||||
// these are not implemented, not sure why
|
||||
LowLevel::StrFromInt => unimplemented!(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue