mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Remove unused lowlevel StrGetCapacity
This commit is contained in:
parent
fc6b519b59
commit
f79ff6d496
6 changed files with 3 additions and 13 deletions
|
@ -24,7 +24,6 @@ pub enum LowLevel {
|
|||
StrGetUnsafe,
|
||||
StrSubstringUnsafe,
|
||||
StrReserve,
|
||||
StrGetCapacity,
|
||||
StrWithCapacity,
|
||||
StrReleaseExcessCapacity,
|
||||
ListLen,
|
||||
|
@ -271,7 +270,6 @@ map_symbol_to_lowlevel! {
|
|||
StrSubstringUnsafe <= STR_SUBSTRING_UNSAFE;
|
||||
StrReserve <= STR_RESERVE;
|
||||
StrToNum <= STR_TO_NUM;
|
||||
StrGetCapacity <= STR_CAPACITY;
|
||||
StrWithCapacity <= STR_WITH_CAPACITY;
|
||||
StrReleaseExcessCapacity <= STR_RELEASE_EXCESS_CAPACITY;
|
||||
ListLen <= LIST_LEN;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue