remove duplicated module imports (#25411)

(cherry picked from commit a6c7989c7f)
This commit is contained in:
ringabout
2026-01-05 22:14:36 +08:00
committed by narimiran
parent fa6be0fb6a
commit e6413f8fe4
2 changed files with 0 additions and 3 deletions

View File

@@ -11,7 +11,6 @@
{.push profiler:off.}
include osalloc
import std/private/syslocks
template track(op, address, size) =
when defined(memTracker):

View File

@@ -143,8 +143,6 @@
when not declared(ThisIsSystem):
{.error: "You must not import this module explicitly".}
import std/private/syslocks
type
pbytes = ptr UncheckedArray[byte]
RawChannel {.pure, final.} = object ## msg queue for a thread