From c2ca3d4e8ad491d106761daa063b2cb34e52cd2a Mon Sep 17 00:00:00 2001 From: Ivan Folgueira Bande Date: Mon, 19 Jan 2026 12:00:25 +0100 Subject: [PATCH] Revert "initialize ctxPoolLock" This reverts commit be4c283581be0e10aa1413d3c0f277164e067d8d. --- library/libsds.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/library/libsds.nim b/library/libsds.nim index 878ec1a..59881c5 100644 --- a/library/libsds.nim +++ b/library/libsds.nim @@ -140,7 +140,6 @@ proc initializeLibrary() {.exported.} = ## Every Nim library needs to call `NimMain` once exactly, to initialize the Nim runtime. ## Being `` the value given in the optional compilation flag --nimMainPrefix:yourprefix libsdsNimMain() - ctxPoolLock.initLock() # ensure the lock is initialized once (fix Windows crash) when declared(setupForeignThreadGc): setupForeignThreadGc() when declared(nimGC_setStackBottom):