forked from Imagelibrary/rtems
Remove unused vars.
This commit is contained in:
@@ -31,8 +31,6 @@ rtems_task Init(
|
|||||||
)
|
)
|
||||||
{
|
{
|
||||||
#if !BSP_SMALL_MEMORY
|
#if !BSP_SMALL_MEMORY
|
||||||
uint32_t index;
|
|
||||||
rtems_status_code status;
|
|
||||||
int i;
|
int i;
|
||||||
int argc;
|
int argc;
|
||||||
char *argv[MAX_ARGS];
|
char *argv[MAX_ARGS];
|
||||||
|
|||||||
@@ -16,7 +16,6 @@ rtems_task Init(
|
|||||||
rtems_task_argument argument
|
rtems_task_argument argument
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
rtems_status_code status;
|
|
||||||
bool blown;
|
bool blown;
|
||||||
|
|
||||||
puts( "\n\n*** TEST STACK CHECKER 01 ***" );
|
puts( "\n\n*** TEST STACK CHECKER 01 ***" );
|
||||||
|
|||||||
Reference in New Issue
Block a user