From e6e9bf0ecc4c6dac335b8a5ca7ee02895981e8f1 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 16 Sep 2014 15:55:21 -0600 Subject: More changes so that the KNSH build survives the changes needed for the ELF build --- nuttx/sched/task/task_create.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'nuttx/sched') diff --git a/nuttx/sched/task/task_create.c b/nuttx/sched/task/task_create.c index 32b121164..351b3ddc0 100644 --- a/nuttx/sched/task/task_create.c +++ b/nuttx/sched/task/task_create.c @@ -52,8 +52,6 @@ #include "group/group.h" #include "task/task.h" -#ifndef CONFIG_BUILD_KERNEL - /**************************************************************************** * Preprocessor Definitions ****************************************************************************/ @@ -271,5 +269,3 @@ int kernel_thread(FAR const char *name, int priority, { return thread_create(name, TCB_FLAG_TTYPE_KERNEL, priority, stack_size, entry, argv); } - -#endif /* CONFIG_BUILD_KERNEL */ -- cgit v1.2.3