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:
parent
93003b16b0
commit
ea975f72cf
1 changed files with 0 additions and 1 deletions
|
@ -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!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue