Skip to content

Commit 10a35ce

Browse files
committed
kern: use import katomic as _ to reduce the imported but never used V warnings
1 parent fd6f5c6 commit 10a35ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/modules/lib/panic.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module lib
77
import x86.apic
88
import x86.cpu.local as cpulocal
99
import x86.cpu
10-
import katomic
10+
import katomic as _
1111
import klock
1212

1313
__global (

0 commit comments

Comments
 (0)