summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/malloc_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/malloc_p.h')
-rw-r--r--cpukit/libcsupport/src/malloc_p.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpukit/libcsupport/src/malloc_p.h b/cpukit/libcsupport/src/malloc_p.h
index ea0709f0e7..6bd9a495f7 100644
--- a/cpukit/libcsupport/src/malloc_p.h
+++ b/cpukit/libcsupport/src/malloc_p.h
@@ -23,11 +23,6 @@
#include <rtems/chain.h>
/*
- * Basic management data
- */
-extern Heap_Control *RTEMS_Malloc_Heap;
-
-/*
* Malloc Statistics Structure
*/
extern rtems_malloc_statistics_t rtems_malloc_statistics;