summaryrefslogtreecommitdiff
path: root/source3/lib/util_malloc.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-03-24 15:44:33 +0100
committerJelmer Vernooij <jelmer@samba.org>2012-03-24 15:44:33 +0100
commit76bb68fd2b9e09eb4c033417f0f1174f18c04797 (patch)
tree46e32af64d33e41a42b43cc574c34dd97a64a663 /source3/lib/util_malloc.c
parent32fd6d639a5f51f1cc5fb0e81356009a2c9df359 (diff)
downloadsamba-76bb68fd2b9e09eb4c033417f0f1174f18c04797.tar.gz
samba-76bb68fd2b9e09eb4c033417f0f1174f18c04797.tar.bz2
samba-76bb68fd2b9e09eb4c033417f0f1174f18c04797.zip
util_malloc: Remove unused constant.
Diffstat (limited to 'source3/lib/util_malloc.c')
-rw-r--r--source3/lib/util_malloc.c3
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)
/****************************************************************************