gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 36/90: -DOC: Another comment stripping pass through SETU


From: gnunet
Subject: [gnunet] 36/90: -DOC: Another comment stripping pass through SETU
Date: Tue, 18 Oct 2022 03:06:35 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

commit 148b5a3e3b0c7778b847db9250353b93aef865a9
Author: Willow Liquorice <willow@howhill.com>
AuthorDate: Sun Sep 4 03:01:14 2022 +0100

    -DOC: Another comment stripping pass through SETU
---
 src/setu/ibf.c | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/src/setu/ibf.c b/src/setu/ibf.c
index dbd23c320..c4607c1ba 100644
--- a/src/setu/ibf.c
+++ b/src/setu/ibf.c
@@ -216,18 +216,6 @@ ibf_is_empty (struct InvertibleBloomFilter *ibf)
 }
 
 
-/**
- * Decode and remove an element from the IBF, if possible.
- *
- * @param ibf the invertible bloom filter to decode
- * @param ret_side sign of the cell's count where the decoded element came 
from.
- *                 A negative sign indicates that the element was recovered
- *                 resides in an IBF that was previously subtracted from.
- * @param ret_id receives the hash code of the decoded element, if successful
- * @return #GNUNET_YES if decoding an element was successful,
- *         #GNUNET_NO if the IBF is empty,
- *         #GNUNET_SYSERR if the decoding has failed
- */
 int
 ibf_decode (struct InvertibleBloomFilter *ibf,
             int *ret_side,

-- 
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]