aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/chheap.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/chheap.c b/src/chheap.c
index 3069d5be6..2d3fd57f6 100644
--- a/src/chheap.c
+++ b/src/chheap.c
@@ -203,11 +203,6 @@ size_t chHeapStatus(size_t *sizep) {
if (sizep)
*sizep = sz;
-// if ((heap.free.h_next != NULL) && (heap.free.h_next->h_next == NULL))
-// n = heap.free.h_next->h_size;
-// else
-// n = 0;
-
H_UNLOCK();
return n;
}