1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-02 23:50:47 +02:00

Remove stale comment

* module/ice-9/threads.scm:
This commit is contained in:
Andy Wingo 2025-06-18 11:04:38 +02:00
parent 6ba6fbdf64
commit 66ec19d790

View file

@ -70,9 +70,6 @@
n-for-each-par-map
%thread-handler))
;; Note that this extension also defines %make-transcoded-port, which is
;; not exported but is used by (rnrs io ports).
(eval-when (expand eval load)
(load-extension (string-append "libguile-" (effective-version))
"scm_init_ice_9_threads"))