summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/heap.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/heap.c')
-rw-r--r--cpukit/score/src/heap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/score/src/heap.c b/cpukit/score/src/heap.c
index fdafffdf9d..6d6873ebed 100644
--- a/cpukit/score/src/heap.c
+++ b/cpukit/score/src/heap.c
@@ -90,4 +90,3 @@ uint32_t _Heap_Initialize(
return ( the_size - HEAP_BLOCK_USED_OVERHEAD );
}
-