summaryrefslogtreecommitdiff
path: root/module/ice-9/threads.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/ice-9/threads.scm')
-rw-r--r--module/ice-9/threads.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/module/ice-9/threads.scm b/module/ice-9/threads.scm
index c42bd266f..5a13cec1d 100644
--- a/module/ice-9/threads.scm
+++ b/module/ice-9/threads.scm
@@ -31,7 +31,6 @@
(define-module (ice-9 threads)
#:use-module (ice-9 match)
- #:use-module (ice-9 control)
;; These bindings are marked as #:replace because when deprecated code
;; is enabled, (ice-9 deprecated) also exports these names.
;; (Referencing one of the deprecated names prints a warning directing