summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-09-02 21:02:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-09-02 21:02:29 +0000
commita561f47be854a4e09a5666f20024009eabb5b3b0 (patch)
tree91ff144c246d991305447cdba005bbe356e43de5 /cpukit
parent2003-09-02 Ilya Alexeev <ilya@continuum.ru> (diff)
downloadrtems-a561f47be854a4e09a5666f20024009eabb5b3b0.tar.bz2
2003-09-02 Joel Sherrill <joel@OARcorp.com>
* src/malloc.c: Remove test define left in.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/libcsupport/ChangeLog4
-rw-r--r--cpukit/libcsupport/src/malloc.c1
2 files changed, 4 insertions, 1 deletions
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 <joel@OARcorp.com>
+
+ * src/malloc.c: Remove test define left in.
+
2003-09-02 Ilya Alexeev <ilya@continuum.ru>
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