boards/risc-v/c906: Remove unneeded pthread_start
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
parent
54eef9f639
commit
103925b2b7
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user