summary refs log tree commit diff
path: root/gnu/system
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2022-09-02 19:46:58 +0200
committerMathieu Othacehe <othacehe@gnu.org>2022-09-07 14:24:52 +0200
commit310212e23ecf15c8aee5797aab305fac8ac71c4d (patch)
tree6956ceaeafd2612a7bd3b638e8a0eb882548318f /gnu/system
parenta1fb85a539f14e50b1d81e2bb78eeab60237eb7b (diff)
downloadguix-310212e23ecf15c8aee5797aab305fac8ac71c4d.tar.gz
system: image: Remove an unused variable.
* gnu/system/image.scm (sytem-image): Remove it.
Diffstat (limited to 'gnu/system')
-rw-r--r--gnu/system/image.scm1
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"