mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
remove dbg lowlevel
This commit is contained in:
parent
f76df8a356
commit
4ef541395a
7 changed files with 2 additions and 53 deletions
|
@ -112,7 +112,6 @@ pub enum LowLevel {
|
|||
RefCountDec,
|
||||
BoxExpr,
|
||||
UnboxExpr,
|
||||
Dbg,
|
||||
Unreachable,
|
||||
}
|
||||
|
||||
|
@ -215,7 +214,6 @@ macro_rules! map_symbol_to_lowlevel {
|
|||
LowLevel::PtrCast => unimplemented!(),
|
||||
LowLevel::RefCountInc => unimplemented!(),
|
||||
LowLevel::RefCountDec => unimplemented!(),
|
||||
LowLevel::Dbg => unreachable!(),
|
||||
|
||||
// these are not implemented, not sure why
|
||||
LowLevel::StrFromInt => unimplemented!(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue