Skip to content

Commit 695b3e6

Browse files
committed
WIP:Fixing the warning
1 parent f5698e8 commit 695b3e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/lwp/arch/risc-v/common/vdso_data.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@ void rt_vdso_update_glob_time(void)
3030
rt_ktime_boottime_get_ns(vdso_ts);
3131

3232
vdata->cycle_last = riscv_cputime_gettime();
33-
rt_kprintf("cycle_last: %llu\n", vdata->cycle_last);
3433
rt_vdso_write_end(vdata);
3534
}

0 commit comments

Comments
 (0)