Remove unused variable "out".

This commit is contained in:
Ralf Corsepius
2010-04-04 09:41:05 +00:00
parent c0c98985f8
commit b80b7a9803

View File

@@ -41,7 +41,6 @@ rtems_task Init(
#else #else
rtems_task_priority old_priority; rtems_task_priority old_priority;
rtems_mode old_mode; rtems_mode old_mode;
rtems_event_set out;
/* lower the task priority to allow created tasks to execute */ /* lower the task priority to allow created tasks to execute */