smptests/smpthreadlife01: Typo

This commit is contained in:
Sebastian Huber
2014-03-31 15:49:35 +02:00
parent a881ff299e
commit b9b014ea7e

View File

@@ -78,11 +78,6 @@ static void switch_extension(Thread_Control *executing, Thread_Control *heir)
}
}
typedef void( *User_extensions_thread_switch_extension )(
Thread_Control *executing,
Thread_Control *heir
);
static void worker_task(rtems_task_argument arg)
{
test_context *ctx = &test_instance;