[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#59003] [PATCH 7/7] installer: Remove unused variable.
From: |
Ludovic Courtès |
Subject: |
[bug#59003] [PATCH 7/7] installer: Remove unused variable. |
Date: |
Thu, 3 Nov 2022 20:19:35 +0100 |
* gnu/installer/newt.scm (newt-run-command): Remove
'displayed-command'.
---
gnu/installer/newt.scm | 4 ----
1 file changed, 4 deletions(-)
diff --git a/gnu/installer/newt.scm b/gnu/installer/newt.scm
index 60f9e75b81..798ff53af2 100644
--- a/gnu/installer/newt.scm
+++ b/gnu/installer/newt.scm
@@ -117,10 +117,6 @@ (define command-output "")
(define (line-accumulator line)
(set! command-output
(string-append/shared command-output line "\n")))
- (define displayed-command
- (string-join
- (map (lambda (s) (string-append "\"" s "\"")) args)
- " "))
(define result (run-external-command-with-line-hooks (list line-accumulator)
args))
(define exit-val (status:exit-val result))
--
2.38.0
- [bug#59003] [PATCH 4/7] installer: Use 'current-guix' for extensions., (continued)
[bug#59003] [PATCH 3/7] linux-modules: Add 'load-pci-device-database'., Ludovic Courtès, 2022/11/03
[bug#59003] [PATCH 6/7] installer: Report known-unsupported PCI devices., Ludovic Courtès, 2022/11/03
[bug#59003] [PATCH 0/7] [Installer] Warn about unsupported devices, Mathieu Othacehe, 2022/11/05
[bug#59003] [PATCH 0/7] [Installer] Warn about unsupported devices, Mathieu Othacehe, 2022/11/05
[bug#59003] [PATCH 0/7] [Installer] Warn about unsupported devices, Ludovic Courtès, 2022/11/09
[bug#59003] [PATCH 7/7] installer: Remove unused variable.,
Ludovic Courtès <=
[bug#59003] [PATCH 1/7] installer: Warn about hardware support after the welcome page., pelzflorian (Florian Pelz), 2022/11/05
[bug#59003] [PATCH v2 0/6] [Installer] Warn about unsupported devices, Ludovic Courtès, 2022/11/09
[bug#59003] [PATCH v2 1/6] installer: Warn about hardware support after the welcome page., Ludovic Courtès, 2022/11/09
[bug#59003] [PATCH v2 5/6] installer: Error page width is parameterized., Ludovic Courtès, 2022/11/09
[bug#59003] [PATCH v2 2/6] linux-modules: Add support for listing PCI devices., Ludovic Courtès, 2022/11/09