image: Remove an unused field.

* gnu/image.scm (<partition>)[device]: Remove it.
This commit is contained in:
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

View file

@ -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