Remove unused lowlevel StrGetCapacity

This commit is contained in:
Richard Feldman 2024-02-01 21:36:19 -05:00
parent fc6b519b59
commit f79ff6d496
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
6 changed files with 3 additions and 13 deletions

View file

@ -128,7 +128,6 @@ map_symbol_to_lowlevel_and_arity! {
StrSubstringUnsafe; STR_SUBSTRING_UNSAFE; 3,
StrReserve; STR_RESERVE; 2,
StrToNum; STR_TO_NUM; 1,
StrGetCapacity; STR_CAPACITY; 1,
StrWithCapacity; STR_WITH_CAPACITY; 1,
StrReleaseExcessCapacity; STR_RELEASE_EXCESS_CAPACITY; 1,