AK: Remove kcalloc definition

This commit is contained in:
Michel Hermier 2022-01-12 02:53:35 +01:00 committed by Andreas Kling
parent 6e9f06fc9f
commit 9039f8fb0f

View file

@ -15,7 +15,6 @@
# include <new>
# include <stdlib.h>
# define kcalloc calloc
# define kmalloc malloc
# define kmalloc_good_size malloc_good_size
# define kfree free