1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-09 13:48:52 +02:00

linux-boot: Remove unneeded import.

* gnu/build/linux-boot.scm: Remove unnecessary autoload of (system base
compile).
This commit is contained in:
Ludovic Courtès
2017-12-02 20:53:17 +01:00
parent 7bf74638ee
commit 22bf86a671
-1
View File
@@ -21,7 +21,6 @@
#:use-module (rnrs io ports)
#:use-module (system repl error-handling)
#:autoload (system repl repl) (start-repl)
#:autoload (system base compile) (compile-file)
#:use-module (srfi srfi-1)
#:use-module (srfi srfi-26)
#:use-module (ice-9 match)