diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2022-09-02 19:46:58 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-09-07 14:24:52 +0200 |
commit | 310212e23ecf15c8aee5797aab305fac8ac71c4d (patch) | |
tree | 6956ceaeafd2612a7bd3b638e8a0eb882548318f | |
parent | a1fb85a539f14e50b1d81e2bb78eeab60237eb7b (diff) | |
download | guix-310212e23ecf15c8aee5797aab305fac8ac71c4d.tar.gz guix-310212e23ecf15c8aee5797aab305fac8ac71c4d.zip |
system: image: Remove an unused variable.
* gnu/system/image.scm (sytem-image): Remove it.
-rw-r--r-- | gnu/system/image.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/system/image.scm b/gnu/system/image.scm index 42c2e6c121..6b376e266e 100644 --- a/gnu/system/image.scm +++ b/gnu/system/image.scm @@ -784,7 +784,6 @@ it can be used for bootloading." (define* (system-image image) "Return the derivation of IMAGE. It can be a raw disk-image or an ISO9660 image, depending on IMAGE format." - (define substitutable? (image-substitutable? image)) (define platform (image-platform image)) ;; The image platform definition may provide the appropriate "system" |