diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2022-08-30 19:20:49 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-08-30 19:29:58 +0200 |
commit | 0518a88a4e417d6369859ff1da6448e1a6e693da (patch) | |
tree | 7668351ab609db5c20558f366e642b687aab5778 /gnu | |
parent | bce7a28a0a38da41fca91cfdbf7ae0fe14833f2a (diff) | |
download | guix-0518a88a4e417d6369859ff1da6448e1a6e693da.tar.gz |
image: Remove an unused field.
* gnu/image.scm (<partition>)[device]: Remove it.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/image.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/image.scm b/gnu/image.scm index 21ac70e56a..64bae48d51 100644 --- a/gnu/image.scm +++ b/gnu/image.scm @@ -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 |