Refactor: Remove reduntant functions from string and memory module
This commit is contained in:
@@ -14,11 +14,6 @@ StringPool string_pool_create(Arena* a)
|
||||
return sp;
|
||||
}
|
||||
|
||||
void string_pool_reset(StringPool* ps)
|
||||
{
|
||||
// arena_reset(&ps->a);
|
||||
}
|
||||
|
||||
StringView string_create(StringPool* sp, const char* s, size_t len)
|
||||
{
|
||||
assert(sp != NULL);
|
||||
|
||||
Reference in New Issue
Block a user