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 | |
| parent | bce7a28a0a38da41fca91cfdbf7ae0fe14833f2a (diff) | |
image: Remove an unused field.
* gnu/image.scm (<partition>)[device]: Remove it.
| -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 21ac70e56aa..64bae48d515 100644 --- a/gnu/image.scm +++ b/gnu/image.scm | |||
| @@ -108,7 +108,6 @@ numeric expression ~%") value 'field)))) | |||
| 108 | 108 | ||
| 109 | (define-record-type* <partition> partition make-partition | 109 | (define-record-type* <partition> partition make-partition |
| 110 | partition? | 110 | partition? |
| 111 | (device partition-device (default #f)) | ||
| 112 | (size partition-size ;size in bytes as integer or 'guess | 111 | (size partition-size ;size in bytes as integer or 'guess |
| 113 | (sanitize validate-size)) | 112 | (sanitize validate-size)) |
| 114 | (offset partition-offset | 113 | (offset partition-offset |
