image: Remove an unused field.
* gnu/image.scm (<partition>)[device]: Remove it.
This commit is contained in:
parent
bce7a28a0a
commit
0518a88a4e
1 changed files with 0 additions and 1 deletions
|
@ -108,7 +108,6 @@ (define-with-syntax-properties (validate-partition-flags (value properties))
|
|||
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue