mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-31 09:07:21 +00:00
Revert "attempt to correct list refcount generation in dev backends"
This reverts commit 0854a1a53a2db441c648140bdd24de91125ec645.
This commit is contained in:
parent
175255cf86
commit
e92cf1be42
9 changed files with 24 additions and 56 deletions
|
@ -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!(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue