guix-commits
[Top][All Lists]
Advanced

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

02/10: self: Remove unused variable.


From: guix-commits
Subject: 02/10: self: Remove unused variable.
Date: Wed, 17 Apr 2019 05:54:05 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit ab77b69eca6959c9ce946ca18d218aab8ade1cc1
Author: Ludovic Courtès <address@hidden>
Date:   Tue Apr 16 23:23:02 2019 +0200

    self: Remove unused variable.
    
    This variable is unused since commit
    45779fa676419de8838cb26b6c7a24678a2be1cd.
    
    * guix/self.scm (%dependency-variables): Remove.
    * build-aux/build-self.scm (%dependency-variables): Remove.
---
 build-aux/build-self.scm | 4 ----
 guix/self.scm            | 4 ----
 2 files changed, 8 deletions(-)

diff --git a/build-aux/build-self.scm b/build-aux/build-self.scm
index a8b05eb..9619e0e 100644
--- a/build-aux/build-self.scm
+++ b/build-aux/build-self.scm
@@ -54,10 +54,6 @@
 ;;; available at this point.
 ;;;
 
-(define %dependency-variables
-  ;; (guix config) variables corresponding to dependencies.
-  '(%libgcrypt %libz %xz %gzip %bzip2))
-
 (define %persona-variables
   ;; (guix config) variables that define Guix's persona.
   '(%guix-package-name
diff --git a/guix/self.scm b/guix/self.scm
index 7ba2764..de921e6 100644
--- a/guix/self.scm
+++ b/guix/self.scm
@@ -753,10 +753,6 @@ Info manual."
 ;;; Generating (guix config).
 ;;;
 
-(define %dependency-variables
-  ;; (guix config) variables corresponding to dependencies.
-  '(%libz %xz %gzip %bzip2))
-
 (define %persona-variables
   ;; (guix config) variables that define Guix's persona.
   '(%guix-package-name



reply via email to

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