guix-commits
[Top][All Lists]
Advanced

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

01/02: download: Remove unused procedure.


From: Ludovic Courtès
Subject: 01/02: download: Remove unused procedure.
Date: Tue, 29 May 2018 09:10:03 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 8eff892fac2cf23f5c5fcd66278335d9575d83d2
Author: Ludovic Courtès <address@hidden>
Date:   Tue May 29 00:02:54 2018 +0200

    download: Remove unused procedure.
    
    * guix/download.scm (gnutls-package): Remove.
---
 guix/download.scm | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/guix/download.scm b/guix/download.scm
index 7aa6c03..5b2c4cd 100644
--- a/guix/download.scm
+++ b/guix/download.scm
@@ -391,11 +391,6 @@
   (plain-file "content-addressed-mirrors"
               (object->string %content-addressed-mirrors)))
 
-(define (gnutls-package)
-  "Return the default GnuTLS package."
-  (let ((module (resolve-interface '(gnu packages tls))))
-    (module-ref module 'gnutls)))
-
 (define built-in-builders*
   (let ((cache (make-weak-key-hash-table)))
     (lambda ()



reply via email to

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