me
/
guix
Archived
1
0
Fork 0

image: Remove an unused field.

* gnu/image.scm (<partition>)[device]: Remove it.
master
Mathieu Othacehe 2022-08-30 19:20:49 +02:00
parent bce7a28a0a
commit 0518a88a4e
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 0 additions and 1 deletions

View File

@ -108,7 +108,6 @@ numeric expression ~%") value 'field))))
(define-record-type* <partition> partition make-partition
partition?
(device partition-device (default #f))
(size partition-size ;size in bytes as integer or 'guess
(sanitize validate-size))
(offset partition-offset