mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
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 @@ (define (root-uuid os)
|
|||
(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"
|
||||
|
|
Loading…
Reference in a new issue