Remove unused vars.

This commit is contained in:
Ralf Corsepius
2009-10-26 05:49:32 +00:00
parent af15d3c6ab
commit dd76d6b6e0
2 changed files with 0 additions and 3 deletions

View File

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

View File

@@ -16,7 +16,6 @@ rtems_task Init(
rtems_task_argument argument
)
{
rtems_status_code status;
bool blown;
puts( "\n\n*** TEST STACK CHECKER 01 ***" );