mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-17 15:50:31 +02:00
system: image: Remove an unused variable.
* gnu/system/image.scm (sytem-image): Remove it.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user