summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/stackchk01
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-26 05:49:32 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-26 05:49:32 +0000
commitdd76d6b6e09051ab54441dc88c3416de8927ee68 (patch)
treef01b72dfc733a0e83828f0ece1161d780b5b44f7 /testsuites/libtests/stackchk01
parent2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-dd76d6b6e09051ab54441dc88c3416de8927ee68.tar.bz2
Remove unused vars.
Diffstat (limited to 'testsuites/libtests/stackchk01')
-rw-r--r--testsuites/libtests/stackchk01/init.c1
1 files changed, 0 insertions, 1 deletions
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 ***" );