summaryrefslogtreecommitdiff
path: root/apps/examples/ostest/ostest_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/ostest/ostest_main.c')
-rw-r--r--apps/examples/ostest/ostest_main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/examples/ostest/ostest_main.c b/apps/examples/ostest/ostest_main.c
index f7879ed3a..8e78e5d2d 100644
--- a/apps/examples/ostest/ostest_main.c
+++ b/apps/examples/ostest/ostest_main.c
@@ -552,13 +552,8 @@ int ostest_main(int argc, FAR char *argv[])
/* Verify that we can spawn a new task */
-#ifndef CONFIG_CUSTOM_STACK
result = task_create("ostest", PRIORITY, STACKSIZE, user_main,
(FAR char * const *)g_argv);
-#else
- result = task_create("ostest", PRIORITY, user_main,
- (FAR char * const *)g_argv);
-#endif
if (result == ERROR)
{
printf("ostest_main: ERROR Failed to start user_main\n");