Remove obsolete ListLenUsize

This commit is contained in:
Richard Feldman 2024-02-16 20:39:09 -05:00
parent 762f52b714
commit 87d4760356
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
16 changed files with 29 additions and 64 deletions

View file

@ -1533,8 +1533,8 @@ fn low_level_no_rc(lowlevel: &LowLevel) -> RC {
match lowlevel {
Unreachable => RC::Uknown,
ListLenU64 | ListLenUsize | StrIsEmpty | StrCountUtf8Bytes | ListGetCapacity
| ListWithCapacity | StrWithCapacity => RC::NoRc,
ListLen | StrIsEmpty | StrCountUtf8Bytes | ListGetCapacity | ListWithCapacity
| StrWithCapacity => RC::NoRc,
ListReplaceUnsafe => RC::Rc,
StrGetUnsafe | ListGetUnsafe => RC::NoRc,
ListConcat => RC::Rc,