Remove redundant definitions of M_ARENA_* macros
commit68fc2ccc1aebc15b92e596b2bdc5605da1e25f3c
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Wed, 26 Oct 2016 09:37:33 +0000 (26 15:07 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Wed, 26 Oct 2016 09:37:34 +0000 (26 15:07 +0530)
treec1ca271cc69d721ed016847c2ba2bae775f3c58c
parentaceb22c1f59231909777f7d0a6b955adbf7096a2
Remove redundant definitions of M_ARENA_* macros

The M_ARENA_MAX and M_ARENA_TEST macros are defined in malloc.c as
well as malloc.h, and the former is unnecessary.  This patch removes
the duplicate.  Tested on x86_64 to verify that the generated code
remains unchanged barring changed line numbers to __malloc_assert.

* malloc/malloc.c (M_ARENA_TEST, M_ARENA_MAX): Remove.
ChangeLog
malloc/malloc.c