summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/mbstring/libmbfl/mbfl/mbfl_allocators.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/mbstring/libmbfl/mbfl/mbfl_allocators.c b/ext/mbstring/libmbfl/mbfl/mbfl_allocators.c
index 42130e8b2c..dbc4fc71ca 100644
--- a/ext/mbstring/libmbfl/mbfl/mbfl_allocators.c
+++ b/ext/mbstring/libmbfl/mbfl/mbfl_allocators.c
@@ -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;