Browse Source

AK: Remove `kcalloc` definition

Michel Hermier 3 years ago
parent
commit
9039f8fb0f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      AK/kmalloc.h

+ 0 - 1
AK/kmalloc.h

@@ -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