2003-09-02 Joel Sherrill <joel@OARcorp.com>

* src/malloc.c: Remove test define left in.
This commit is contained in:
Joel Sherrill
2003-09-02 21:02:29 +00:00
parent d5031cbbca
commit a561f47be8
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2003-09-02 Joel Sherrill <joel@OARcorp.com>
* src/malloc.c: Remove test define left in.
2003-09-02 Ilya Alexeev <ilya@continuum.ru> 2003-09-02 Ilya Alexeev <ilya@continuum.ru>
PR 472/filesystem PR 472/filesystem

View File

@@ -36,7 +36,6 @@
rtems_id RTEMS_Malloc_Heap; rtems_id RTEMS_Malloc_Heap;
size_t RTEMS_Malloc_Sbrk_amount; size_t RTEMS_Malloc_Sbrk_amount;
#define MALLOC_STATS
#ifdef RTEMS_DEBUG #ifdef RTEMS_DEBUG
#define MALLOC_STATS #define MALLOC_STATS
#define MALLOC_DIRTY #define MALLOC_DIRTY