wingo pushed a commit to branch wip-whippet
in repository guile.

commit 66ec19d79011dd1736fff7fc1c754e37854f56f3
Author: Andy Wingo <wi...@pobox.com>
AuthorDate: Wed Jun 18 11:04:38 2025 +0200

    Remove stale comment
    
    * module/ice-9/threads.scm:
---
 module/ice-9/threads.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/module/ice-9/threads.scm b/module/ice-9/threads.scm
index dec380c38..af88f900e 100644
--- a/module/ice-9/threads.scm
+++ b/module/ice-9/threads.scm
@@ -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"))

Reply via email to