mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
cache: Remove unused import.
* guix/cache.scm: Remove unused import. Change-Id: I06956534aa5342a084ebf71b61518c515ce9288c
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
(define-module (guix cache)
|
||||
#:use-module ((guix utils) #:select (with-atomic-file-output))
|
||||
#:autoload (guix build syscalls) (lock-file unlock-file)
|
||||
#:use-module (srfi srfi-19)
|
||||
#:use-module (srfi srfi-26)
|
||||
|
||||
Reference in New Issue
Block a user