1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

util_malloc: Remove unused constant.

This commit is contained in:
Jelmer Vernooij 2012-03-24 15:44:33 +01:00
parent 32fd6d639a
commit 76bb68fd2b

View 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)
/****************************************************************************