summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/heap.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-01-21 15:22:46 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-01-22 07:52:50 +0100
commit50a50313cc82271c6eb2d2a9031f648648a053a3 (patch)
treed63d05c280b537cfe00b854e162203c8eff31fdd /cpukit/score/include/rtems/score/heap.h
parentFilesystem: Delete node type operation (diff)
downloadrtems-50a50313cc82271c6eb2d2a9031f648648a053a3.tar.bz2
score: Delete superfluous Heap_Statistics::instance
This value depends on the _Heap_Initialize() call sequence and carries no useful information.
Diffstat (limited to '')
-rw-r--r--cpukit/score/include/rtems/score/heap.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpukit/score/include/rtems/score/heap.h b/cpukit/score/include/rtems/score/heap.h
index f20b4e6651..ab627b62e8 100644
--- a/cpukit/score/include/rtems/score/heap.h
+++ b/cpukit/score/include/rtems/score/heap.h
@@ -271,11 +271,6 @@ typedef struct {
uint64_t lifetime_freed;
/**
- * @brief Instance number of this heap.
- */
- uint32_t instance;
-
- /**
* @brief Size of the allocatable area in bytes.
*
* This value is an integral multiple of the page size.