From 103925b2b7eda8e023cbd74bad67dfba757b69a4 Mon Sep 17 00:00:00 2001 From: Huang Qi Date: Fri, 30 Apr 2021 12:42:02 +0800 Subject: [PATCH] boards/risc-v/c906: Remove unneeded pthread_start Signed-off-by: Huang Qi --- boards/risc-v/c906/smartl-c906/kernel/c906_userspace.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/boards/risc-v/c906/smartl-c906/kernel/c906_userspace.c b/boards/risc-v/c906/smartl-c906/kernel/c906_userspace.c index 1f5a2f34aa..9f24ab1a9d 100644 --- a/boards/risc-v/c906/smartl-c906/kernel/c906_userspace.c +++ b/boards/risc-v/c906/smartl-c906/kernel/c906_userspace.c @@ -99,9 +99,6 @@ const struct userspace_s userspace __attribute__ ((section (".userspace"))) = /* Task/thread startup routines */ .task_startup = nxtask_startup, -#ifndef CONFIG_DISABLE_PTHREAD - .pthread_startup = pthread_startup, -#endif /* Signal handler trampoline */