esp32_cpuidlestack.c: Remove unnecessary code.

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
Abdelatif Guettouche 2022-05-23 22:20:07 +02:00 committed by Masayuki Ishikawa
parent 23d35336ad
commit 2a8b2cad17

View File

@ -86,12 +86,6 @@ int up_cpu_idlestack(int cpu, struct tcb_s *tcb, size_t stack_size)
up_create_stack(tcb, stack_size, TCB_FLAG_TTYPE_KERNEL);
#endif
#if XCHAL_CP_NUM > 0
/* REVISIT: Does it make since to have co-processors enabled on the IDLE
* thread?
*/
#endif
return OK;
}