1
0
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:
Mathieu Othacehe
2022-08-30 19:20:49 +02:00
parent bce7a28a0a
commit 0518a88a4e

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