Remove unneeded #:use-module.
authorLudovic Courtès <ludo@gnu.org>
Fri, 27 Aug 2010 10:36:23 +0000 (12:36 +0200)
committerLudovic Courtès <ludo@gnu.org>
Fri, 27 Aug 2010 16:59:42 +0000 (18:59 +0200)
* module/system/vm/frame.scm: Remove use of (srfi srfi-1).

module/system/vm/frame.scm

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