guix-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Ludovic Courtès
Date: Fri, 30 Jun 2023 18:12:48 -0400 (EDT)

branch: master
commit c989e6017022cc4316cc7a7029ac1791365eb23b
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Jun 29 22:16:17 2023 +0200

    remote: Remove unused variable.
    
    * src/cuirass/remote.scm (%zmq-context): Remove.
---
 src/cuirass/remote.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/cuirass/remote.scm b/src/cuirass/remote.scm
index bcd6d54..862f3c1 100644
--- a/src/cuirass/remote.scm
+++ b/src/cuirass/remote.scm
@@ -364,9 +364,6 @@ PRIVATE-KEY to sign narinfos."
 ;;; ZMQ.
 ;;;
 
-(define %zmq-context
-  (zmq-create-context))
-
 (define (EINTR-safe proc)
   "Return a variant of PROC that catches EINTR 'zmq-error' exceptions and
 retries a call to PROC."



reply via email to

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