guix-commits
[Top][All Lists]
Advanced

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

03/05: system: image: Remove an unused variable.


From: guix-commits
Subject: 03/05: system: image: Remove an unused variable.
Date: Wed, 7 Sep 2022 08:25:28 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 310212e23ecf15c8aee5797aab305fac8ac71c4d
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Sep 2 19:46:58 2022 +0200

    system: image: Remove an unused variable.
    
    * gnu/system/image.scm (sytem-image): Remove it.
---
 gnu/system/image.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/system/image.scm b/gnu/system/image.scm
index 42c2e6c121..6b376e266e 100644
--- a/gnu/system/image.scm
+++ b/gnu/system/image.scm
@@ -784,7 +784,6 @@ it can be used for bootloading."
 (define* (system-image image)
   "Return the derivation of IMAGE.  It can be a raw disk-image or an ISO9660
 image, depending on IMAGE format."
-  (define substitutable? (image-substitutable? image))
   (define platform (image-platform image))
 
   ;; The image platform definition may provide the appropriate "system"



reply via email to

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