lloda pushed a commit to branch main
in repository guile.
commit 7f0f63d0865ed0d233b070113adecba9c74ffc8a
Author: Rob Browning <[email protected]>
AuthorDate: Thu Sep 11 15:28:01 2025 -0500
srfi-207: remove vestigial ice-9/read/bytestring.scm include
* module/srfi/srfi-207.scm: don't include vestigial bytestring.scm.
---
module/srfi/srfi-207.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/module/srfi/srfi-207.scm b/module/srfi/srfi-207.scm
index b9c7bdc45..50963b32b 100644
--- a/module/srfi/srfi-207.scm
+++ b/module/srfi/srfi-207.scm
@@ -151,7 +151,6 @@
((string= "-_" digits) url&filename-safe-base64-decode-table)
(else (make-base64-decode-table digits))))
-(include-from-path "ice-9/read/bytestring.scm")
(include-from-path "srfi/srfi-207/upstream/base64.scm")
(include-from-path "srfi/srfi-207/upstream/bytestrings-impl.scm")