1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 22:10:21 +02:00

Remove (ice-9 session) and (ice-9 receive), not used.

This commit is contained in:
Kevin Ryde 2005-01-17 22:26:07 +00:00
parent 50472546d5
commit 191be0a639

View file

@ -33,8 +33,6 @@
;;; Code:
(define-module (srfi srfi-1)
:use-module (ice-9 session)
:use-module (ice-9 receive)
:export (
;;; Constructors
;; cons <= in the core