From fd24e427036f2dc67cb0655a6d5b28a320e24578 Mon Sep 17 00:00:00 2001 From: Araq Date: Mon, 27 Jul 2026 06:13:02 +0200 Subject: [PATCH] removed pointless comment --- lib/std/typedthreads.nim | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/std/typedthreads.nim b/lib/std/typedthreads.nim index 8e5adaad66..9d7198b472 100644 --- a/lib/std/typedthreads.nim +++ b/lib/std/typedthreads.nim @@ -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):