Remove #:use-module (ice-9 custom-ports)

As it's not actually used.
This commit is contained in:
Christopher Baines 2023-11-05 15:59:53 +00:00
parent 2135bc5e49
commit 1746256ef5
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@
#:use-module (srfi srfi-71)
#:use-module (ice-9 match)
#:use-module (ice-9 threads)
#:use-module (ice-9 custom-ports)
#:use-module (ice-9 textual-ports)
#:use-module (ice-9 hash-table)
#:use-module (rnrs exceptions)