system: image: Remove an unused variable.
* gnu/system/image.scm (sytem-image): Remove it.
This commit is contained in:
parent
a1fb85a539
commit
310212e23e
1 changed files with 0 additions and 1 deletions
|
@ -784,7 +784,6 @@ it can be used for bootloading."
|
||||||
(define* (system-image image)
|
(define* (system-image image)
|
||||||
"Return the derivation of IMAGE. It can be a raw disk-image or an ISO9660
|
"Return the derivation of IMAGE. It can be a raw disk-image or an ISO9660
|
||||||
image, depending on IMAGE format."
|
image, depending on IMAGE format."
|
||||||
(define substitutable? (image-substitutable? image))
|
|
||||||
(define platform (image-platform image))
|
(define platform (image-platform image))
|
||||||
|
|
||||||
;; The image platform definition may provide the appropriate "system"
|
;; The image platform definition may provide the appropriate "system"
|
||||||
|
|
Reference in a new issue