From dd76d6b6e09051ab54441dc88c3416de8927ee68 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 26 Oct 2009 05:49:32 +0000 Subject: Remove unused vars. --- testsuites/libtests/monitor02/init.c | 2 -- testsuites/libtests/stackchk01/init.c | 1 - 2 files changed, 3 deletions(-) (limited to 'testsuites/libtests') diff --git a/testsuites/libtests/monitor02/init.c b/testsuites/libtests/monitor02/init.c index 510840f414..e3fc816ce2 100644 --- a/testsuites/libtests/monitor02/init.c +++ b/testsuites/libtests/monitor02/init.c @@ -31,8 +31,6 @@ rtems_task Init( ) { #if !BSP_SMALL_MEMORY - uint32_t index; - rtems_status_code status; int i; int argc; char *argv[MAX_ARGS]; diff --git a/testsuites/libtests/stackchk01/init.c b/testsuites/libtests/stackchk01/init.c index 577b9e4bb1..e2a7c08a9e 100644 --- a/testsuites/libtests/stackchk01/init.c +++ b/testsuites/libtests/stackchk01/init.c @@ -16,7 +16,6 @@ rtems_task Init( rtems_task_argument argument ) { - rtems_status_code status; bool blown; puts( "\n\n*** TEST STACK CHECKER 01 ***" ); -- cgit v1.2.3