diff options
Diffstat (limited to 'common/dlmalloc.c')
| -rw-r--r-- | common/dlmalloc.c | 7 | 
1 files changed, 0 insertions, 7 deletions
| diff --git a/common/dlmalloc.c b/common/dlmalloc.c index e9bab09b8..f2080c64b 100644 --- a/common/dlmalloc.c +++ b/common/dlmalloc.c @@ -286,13 +286,6 @@ extern "C" {  */ -#ifdef DEBUG -#include <assert.h> -#else -#define assert(x) ((void)0) -#endif - -  /*    INTERNAL_SIZE_T is the word-size used for internal bookkeeping    of chunk sizes. On a 64-bit machine, you can reduce malloc |