Fix mbfl default allocators

Forgot to remove the persistent allocators from here.
This commit is contained in:
Nikita Popov 2020-05-04 23:41:39 +02:00
parent a0cae937c5
commit 901417f0ae

View File

@ -48,9 +48,6 @@ static mbfl_allocators default_allocators = {
__mbfl__realloc,
__mbfl__calloc,
__mbfl__free,
__mbfl__malloc,
__mbfl__realloc,
__mbfl__free
};
mbfl_allocators *__mbfl_allocators = &default_allocators;