Skip to content

Commit 2709a6d

Browse files
andressbarajasQuzarDC
authored andcommitted
thread: Drop a stray no-op thd_get_cpu_time() call in thd_pslist().
1 parent 31095f3 commit 2709a6d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

kernel/thread/thread.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ int thd_pslist(int (*pf)(const char *fmt, ...)) {
138138
pf("addr\t tid\tprio\tflags\t wait_timeout\t cpu_time\t state\t name\n");
139139

140140
irq_disable_scoped();
141-
thd_get_cpu_time(thd_get_current());
142141
ms_time = timer_ms_gettime64();
143142

144143
LIST_FOREACH(cur, &thd_list, t_list) {

0 commit comments

Comments
 (0)