guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/06: image: Remove an unused field.


From: guix-commits
Subject: 04/06: image: Remove an unused field.
Date: Tue, 30 Aug 2022 13:31:34 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 0518a88a4e417d6369859ff1da6448e1a6e693da
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Aug 30 19:20:49 2022 +0200

    image: Remove an unused field.
    
    * gnu/image.scm (<partition>)[device]: Remove it.
---
 gnu/image.scm | 1 -
 1 file changed, 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]