sched/task: Correct a compile error introduced with last big set of changes.

This commit is contained in:
Gregory Nutt 2018-01-31 16:17:23 -06:00
parent 50ca32e254
commit 8191640320

View File

@ -100,7 +100,6 @@ static int thread_create(FAR const char *name, uint8_t ttype, int priority,
{
serr("ERROR: Failed to allocate TCB\n");
return -ENOMEM;
goto errout;
}
#ifdef HAVE_TASK_GROUP