1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 13:30:26 +02:00

Remove needless import of (rnrs io simple).

* module/rnrs/6/conditions.scm: Remove (rnrs io simple (6)) from imports.
This commit is contained in:
Julian Graham 2010-03-10 01:26:12 -05:00
parent ce543a9f70
commit 8b58ea4539

View file

@ -83,7 +83,6 @@
make-undefined-violation
undefined-violation?)
(import (rnrs base (6))
(rnrs io simple (6))
(rnrs records procedural (6))
(rnrs records syntactic (6))
(rnrs syntax-case (6)))