guix-commits
[Top][All Lists]
Advanced

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

01/06: build: image: Remove unused variable.


From: guix-commits
Subject: 01/06: build: image: Remove unused variable.
Date: Tue, 30 Aug 2022 13:31:33 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 61bbff9d5015d0f60ad68f1814e0a0b0ea0592b8
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Aug 30 19:16:07 2022 +0200

    build: image: Remove unused variable.
    
    * gnu/build/image.scm (make-ext-image): Remove the unused flags variable.
---
 gnu/build/image.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/build/image.scm b/gnu/build/image.scm
index 321be8e4b1..361ed3c920 100644
--- a/gnu/build/image.scm
+++ b/gnu/build/image.scm
@@ -83,7 +83,6 @@ turn doesn't take any constant overhead into account, force a 
1-MiB minimum."
         (fs-options (partition-file-system-options partition))
         (label (partition-label partition))
         (uuid (partition-uuid partition))
-        (flags (partition-flags partition))
         (journal-options "lazy_itable_init=1,lazy_journal_init=1"))
     (apply invoke
            `("fakeroot" "mke2fs" "-t" ,fs "-d" ,root



reply via email to

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