util_malloc: Remove unused constant.
authorJelmer Vernooij <jelmer@samba.org>
Sat, 24 Mar 2012 14:44:33 +0000 (15:44 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 24 Mar 2012 14:44:33 +0000 (15:44 +0100)
source3/lib/util_malloc.c

index b2ef49d81e97a83a69ee58768c03fc5306f7dca0..faff9b03db9c749e27c835841a9b0d8af23e0c44 100644 (file)
@@ -23,9 +23,6 @@
 
 #include "includes.h"
 
-/* Max allowable allococation - 256mb - 0x10000000 */
-#define MAX_ALLOC_SIZE (1024*1024*256)
-
 #if defined(PARANOID_MALLOC_CHECKER)
 
 /****************************************************************************