summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp63
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-24 06:14:30 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-24 06:14:30 +0000
commit2f2da91c1f3305743716562e501c8dd5560556c9 (patch)
tree1da149e1c682f8ca54a672e17a42c4ca72d80194 /testsuites/sptests/sp63
parentAdd rprintf.h (diff)
downloadrtems-2f2da91c1f3305743716562e501c8dd5560556c9.tar.bz2
Eliminate unused vars.
Diffstat (limited to 'testsuites/sptests/sp63')
-rw-r--r--testsuites/sptests/sp63/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/sptests/sp63/init.c b/testsuites/sptests/sp63/init.c
index c0a704caca..d3afbf05db 100644
--- a/testsuites/sptests/sp63/init.c
+++ b/testsuites/sptests/sp63/init.c
@@ -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");