mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +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
|
@ -93,7 +93,6 @@ macro_rules! map_symbol_to_lowlevel_and_arity {
|
|||
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