guix-commits
[Top][All Lists]
Advanced

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

01/05: pack: Remove unused variable.


From: Ludovic Courtès
Subject: 01/05: pack: Remove unused variable.
Date: Sat, 27 Oct 2018 10:59:52 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 46727e3a9d47f4c525d726ee61410dcf1745ca57
Author: Ludovic Courtès <address@hidden>
Date:   Fri Oct 26 23:51:56 2018 +0200

    pack: Remove unused variable.
    
    * guix/scripts/pack.scm (self-contained-tarball)[libgcrypt]: Remove.
---
 guix/scripts/pack.scm | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/guix/scripts/pack.scm b/guix/scripts/pack.scm
index b7b4e22..392e4b5 100644
--- a/guix/scripts/pack.scm
+++ b/guix/scripts/pack.scm
@@ -117,10 +117,6 @@ with a properly initialized store database.
 
 SYMLINKS must be a list of (SOURCE -> TARGET) tuples denoting symlinks to be
 added to the pack."
-  (define libgcrypt
-    (module-ref (resolve-interface '(gnu packages gnupg))
-                'libgcrypt))
-
   (define schema
     (and localstatedir?
          (local-file (search-path %load-path



reply via email to

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