remove dbg lowlevel

This commit is contained in:
Folkert 2022-12-22 02:45:09 +01:00
parent f76df8a356
commit 4ef541395a
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
7 changed files with 2 additions and 53 deletions

View file

@ -87,7 +87,6 @@ macro_rules! map_symbol_to_lowlevel_and_arity {
LowLevel::PtrCast => unimplemented!(),
LowLevel::RefCountInc => unimplemented!(),
LowLevel::RefCountDec => unimplemented!(),
LowLevel::Dbg => unimplemented!(),
// these are not implemented, not sure why
LowLevel::StrFromInt => unimplemented!(),