mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Remove obsolete ListLenUsize
This commit is contained in:
parent
762f52b714
commit
87d4760356
16 changed files with 29 additions and 64 deletions
|
@ -2830,12 +2830,7 @@ impl<
|
|||
}
|
||||
}
|
||||
|
||||
fn build_list_len_usize(&mut self, dst: &Symbol, list: &Symbol) {
|
||||
self.storage_manager
|
||||
.list_len_usize(&mut self.buf, dst, list);
|
||||
}
|
||||
|
||||
fn build_list_len_u64(&mut self, dst: &Symbol, list: &Symbol) {
|
||||
fn build_list_len(&mut self, dst: &Symbol, list: &Symbol) {
|
||||
self.storage_manager.list_len_u64(&mut self.buf, dst, list);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue