diff options
Diffstat (limited to 'kern/thread.c')
-rw-r--r-- | kern/thread.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kern/thread.c b/kern/thread.c index 42f0297d..59669a3b 100644 --- a/kern/thread.c +++ b/kern/thread.c @@ -2446,7 +2446,6 @@ thread_tick_intr(void) spinlock_unlock(&runq->lock); } -/* TODO Move outside */ char thread_state_to_chr(const struct thread *thread) { @@ -2462,7 +2461,6 @@ thread_state_to_chr(const struct thread *thread) } } -/* TODO Move outside */ const char * thread_sched_class_to_str(unsigned char sched_class) { |