Remove TagDiscriminant low-level

This commit is contained in:
Ayaz Hafiz 2022-10-05 13:00:45 -05:00
parent cb96a64259
commit 792afe5457
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
7 changed files with 5 additions and 88 deletions

View file

@ -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!(),