branch: master
commit c989e6017022cc4316cc7a7029ac1791365eb23b
Author: Ludovic Courtès <[email protected]>
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