gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 01/02: dht/client: Remove unused ‘mq-defined’ variable.


From: gnunet
Subject: [gnunet-scheme] 01/02: dht/client: Remove unused ‘mq-defined’ variable.
Date: Mon, 21 Feb 2022 12:19:44 +0100

This is an automated email from the git hooks/post-receive script.

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit dbe574b18e6e687150f8dc3bd6b09ccbb93fa075
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Sun Feb 20 19:42:20 2022 +0000

    dht/client: Remove unused ‘mq-defined’ variable.
    
    It is only signalled, never waited upon.
    
    * gnu/gnunet/dht/client.scm (reconnect)[mq-defined]: Remove variable.
---
 gnu/gnunet/dht/client.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/gnunet/dht/client.scm b/gnu/gnunet/dht/client.scm
index cb8636f..5ed1583 100644
--- a/gnu/gnunet/dht/client.scm
+++ b/gnu/gnunet/dht/client.scm
@@ -888,7 +888,6 @@ operation is cancelled, return @code{#false} instead."
                 ;; TODO: wrong type (maybe a put handle?).
                 TODO-error-reporting/2)))))
       ;; TODO: abstract duplication in (gnu gnunet nse client)
-      (define mq-defined (make-condition))
       (define (error-handler key . arguments)
        (case key
          ((connection:connected)
@@ -917,7 +916,6 @@ operation is cancelled, return @code{#false} instead."
           (values))))
       (define mq (connect/fibers config "dht" handlers error-handler
                                 #:spawn spawn))
-      (signal-condition! mq-defined)
       (define (process-stop-search get)
        ;; TODO: tests!
        ;; TODO: cancel outstanding messages to the DHT services for this

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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