From 8191640320f207343b8c5166ea57bfb3d3f29026 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 31 Jan 2018 16:17:23 -0600 Subject: [PATCH] sched/task: Correct a compile error introduced with last big set of changes. --- sched/task/task_create.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sched/task/task_create.c b/sched/task/task_create.c index 16bb1549268..c1cdedba29f 100644 --- a/sched/task/task_create.c +++ b/sched/task/task_create.c @@ -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