diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-03-24 15:44:33 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-03-24 15:44:33 +0100 |
commit | 76bb68fd2b9e09eb4c033417f0f1174f18c04797 (patch) | |
tree | 46e32af64d33e41a42b43cc574c34dd97a64a663 /source3/lib/util_malloc.c | |
parent | 32fd6d639a5f51f1cc5fb0e81356009a2c9df359 (diff) | |
download | samba-76bb68fd2b9e09eb4c033417f0f1174f18c04797.tar.gz |
util_malloc: Remove unused constant.
Diffstat (limited to 'source3/lib/util_malloc.c')
-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 b2ef49d81e9..faff9b03db9 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) /**************************************************************************** |