From a561f47be854a4e09a5666f20024009eabb5b3b0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 2 Sep 2003 21:02:29 +0000 Subject: 2003-09-02 Joel Sherrill * src/malloc.c: Remove test define left in. --- cpukit/libcsupport/ChangeLog | 4 ++++ cpukit/libcsupport/src/malloc.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'cpukit') diff --git a/cpukit/libcsupport/ChangeLog b/cpukit/libcsupport/ChangeLog index cc1eb7f181..5e211358e9 100644 --- a/cpukit/libcsupport/ChangeLog +++ b/cpukit/libcsupport/ChangeLog @@ -1,3 +1,7 @@ +2003-09-02 Joel Sherrill + + * src/malloc.c: Remove test define left in. + 2003-09-02 Ilya Alexeev PR 472/filesystem diff --git a/cpukit/libcsupport/src/malloc.c b/cpukit/libcsupport/src/malloc.c index 61d822daf1..e89408284d 100644 --- a/cpukit/libcsupport/src/malloc.c +++ b/cpukit/libcsupport/src/malloc.c @@ -36,7 +36,6 @@ rtems_id RTEMS_Malloc_Heap; size_t RTEMS_Malloc_Sbrk_amount; -#define MALLOC_STATS #ifdef RTEMS_DEBUG #define MALLOC_STATS #define MALLOC_DIRTY -- cgit v1.2.3