Eliminate unused vars.

This commit is contained in:
Ralf Corsepius
2009-10-24 06:14:30 +00:00
parent 53edb3126e
commit 2f2da91c1f
10 changed files with 5 additions and 13 deletions

View File

@@ -78,9 +78,9 @@ void test_case_three(void)
{
uint32_t heap_size;
void *ptr1;
intptr_t old;
intptr_t avail;
#if 0
Heap_Resize_status hc;
#endif
int pg, al, alloc, sz;
puts( "Init - _Heap_Allocate_aligned - request impossible - not OK");