From 22bf86a6712d3440fa7463c2f2b55c65bf40595a Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 2 Dec 2017 20:53:17 +0100 Subject: linux-boot: Remove unneeded import. * gnu/build/linux-boot.scm: Remove unnecessary autoload of (system base compile). --- gnu/build/linux-boot.scm | 1 - 1 file changed, 1 deletion(-) (limited to 'gnu') diff --git a/gnu/build/linux-boot.scm b/gnu/build/linux-boot.scm index 8ac99af66c..2547f1e0af 100644 --- a/gnu/build/linux-boot.scm +++ b/gnu/build/linux-boot.scm @@ -21,7 +21,6 @@ (define-module (gnu build linux-boot) #: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) -- cgit v1.2.3