[bug#59003,7/7] installer: Remove unused variable.
Commit Message
* gnu/installer/newt.scm (newt-run-command): Remove
'displayed-command'.
---
gnu/installer/newt.scm | 4 ----
1 file changed, 4 deletions(-)
@@ -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))