removed pointless comment

This commit is contained in:
Araq
2026-07-27 06:13:02 +02:00
parent 79c5b75803
commit fd24e42703

View File

@@ -84,9 +84,6 @@ import system/ansi_c
when defined(nimPreviewSlimSystem):
import std/assertions
# Virtual-thread worker pool primitives. Included as a file (not imported)
# so it inherits the OS thread bindings (`pthread_create`, `createThread` on
# Windows, etc.) already in scope from `threadtypes`.
include private/threadpool_impl
when defined(genode):