git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@417 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2008-08-29 17:31:23 +00:00
parent 79bedccb6c
commit 96ad8292f6
1 changed files with 0 additions and 5 deletions

View File

@ -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;
}