1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-18 09:40:25 +02:00

Remove unneeded #:use-module.

* module/system/vm/frame.scm: Remove use of (srfi srfi-1).
This commit is contained in:
Ludovic Courtès 2010-08-27 12:36:23 +02:00
parent 93003b16b0
commit ea975f72cf

View file

@ -23,7 +23,6 @@
#:use-module (system vm program) #:use-module (system vm program)
#:use-module (system vm instruction) #:use-module (system vm instruction)
#:use-module (system vm objcode) #:use-module (system vm objcode)
#:use-module ((srfi srfi-1) #:select (fold))
#:export (frame-bindings #:export (frame-bindings
frame-lookup-binding frame-lookup-binding
frame-binding-ref frame-binding-set! frame-binding-ref frame-binding-set!