diff options
-rw-r--r-- | source3/lib/util_malloc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/lib/util_malloc.c b/source3/lib/util_malloc.c index b2ef49d81e..faff9b03db 100644 --- a/source3/lib/util_malloc.c +++ b/source3/lib/util_malloc.c @@ -23,9 +23,6 @@ #include "includes.h" -/* Max allowable allococation - 256mb - 0x10000000 */ -#define MAX_ALLOC_SIZE (1024*1024*256) - #if defined(PARANOID_MALLOC_CHECKER) /**************************************************************************** |