diff options
author | Ludovic Courtès <ludo@gnu.org> | 2025-04-08 18:48:16 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2025-04-14 17:31:49 +0200 |
commit | c44495bb105c0c0d6f931f48046e702b56643593 (patch) | |
tree | 338f7eeb115fe81e5de9d50b16ef2febb0160a11 | |
parent | 0f69a4df16488aaf08a2ee1e20b9fc876364cec6 (diff) | |
download | guix-c44495bb105c0c0d6f931f48046e702b56643593.tar.gz guix-c44495bb105c0c0d6f931f48046e702b56643593.zip |
cache: Remove unused import.
* guix/cache.scm: Remove unused import.
Change-Id: I06956534aa5342a084ebf71b61518c515ce9288c
-rw-r--r-- | guix/cache.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/guix/cache.scm b/guix/cache.scm index 8b12312c77..5d8a0edbaa 100644 --- a/guix/cache.scm +++ b/guix/cache.scm @@ -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) |