Skip to content

Commit 3dfebe3

Browse files
authored
[kernel] remove switchto_sethook
1 parent 05bb1a5 commit 3dfebe3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/rtthread.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ rt_uint16_t rt_critical_level(void);
186186

187187
#ifdef RT_USING_HOOK
188188
void rt_scheduler_sethook(void (*hook)(rt_thread_t from, rt_thread_t to));
189-
void rt_scheduler_switchto_sethook(void (*hook)(struct rt_thread *tid));
190189
#endif
191190

192191
#ifdef RT_USING_SMP

0 commit comments

Comments
 (0)