Revert "attempt to correct list refcount generation in dev backends"

This reverts commit 0854a1a53a2db441c648140bdd24de91125ec645.
This commit is contained in:
Brendan Hansknecht 2024-07-07 16:27:50 -07:00
parent 175255cf86
commit e92cf1be42
No known key found for this signature in database
GPG key ID: 0EA784685083E75B
9 changed files with 24 additions and 56 deletions

View file

@ -50,7 +50,6 @@ pub enum LowLevel {
ListConcatUtf8,
ListIncref,
ListDecref,
ListElemDecFnPtr,
NumAdd,
NumAddWrap,
NumAddChecked,
@ -244,7 +243,6 @@ macro_rules! map_symbol_to_lowlevel {
LowLevel::RefCountIsUnique => unimplemented!(),
LowLevel::ListIncref => unimplemented!(),
LowLevel::ListDecref => unimplemented!(),
LowLevel::ListElemDecFnPtr => unimplemented!(),
LowLevel::SetJmp => unimplemented!(),
LowLevel::LongJmp => unimplemented!(),