From 76bb68fd2b9e09eb4c033417f0f1174f18c04797 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 24 Mar 2012 15:44:33 +0100 Subject: util_malloc: Remove unused constant. --- source3/lib/util_malloc.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3') 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) /**************************************************************************** -- cgit