mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
image: Remove an unused field.
* gnu/image.scm (<partition>)[device]: Remove it.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user