summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/heapgetfreeinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/heapgetfreeinfo.c')
-rw-r--r--cpukit/score/src/heapgetfreeinfo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/score/src/heapgetfreeinfo.c b/cpukit/score/src/heapgetfreeinfo.c
index 8f7fddb059..910eda838f 100644
--- a/cpukit/score/src/heapgetfreeinfo.c
+++ b/cpukit/score/src/heapgetfreeinfo.c
@@ -49,7 +49,6 @@ void _Heap_Get_free_information(
return;
info->number++;
- info->largest = 0;
info->total += the_block->front_flag;
if ( the_block->front_flag >= info->largest )