aboutsummaryrefslogtreecommitdiff
path: root/src/set
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-04 03:01:00 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 00:44:31 +0100
commit824647f7ccc19353bbb45dd438ddf96c47d4efd5 (patch)
tree349384c012095cbc9c3d82370401fe80b9c1a91e /src/set
parent752df719ef55e74a78d2ab3c0c971ff7cfe8d6d3 (diff)
downloadgnunet-824647f7ccc19353bbb45dd438ddf96c47d4efd5.tar.gz
gnunet-824647f7ccc19353bbb45dd438ddf96c47d4efd5.zip
-DOC: Another comment stripping pass through old SET subsystem
Diffstat (limited to 'src/set')
-rw-r--r--src/set/gnunet-service-set_union.c6
-rw-r--r--src/set/gnunet-service-set_union_strata_estimator.c6
2 files changed, 0 insertions, 12 deletions
diff --git a/src/set/gnunet-service-set_union.c b/src/set/gnunet-service-set_union.c
index d762e4bba..3a2bc8bd7 100644
--- a/src/set/gnunet-service-set_union.c
+++ b/src/set/gnunet-service-set_union.c
@@ -2194,12 +2194,6 @@ handle_union_p2p_done (void *cls,
2194} 2194}
2195 2195
2196 2196
2197/**
2198 * Handle a over message from a remote peer
2199 *
2200 * @param cls the union operation
2201 * @param mh the message
2202 */
2203void 2197void
2204handle_union_p2p_over (void *cls, 2198handle_union_p2p_over (void *cls,
2205 const struct GNUNET_MessageHeader *mh) 2199 const struct GNUNET_MessageHeader *mh)
diff --git a/src/set/gnunet-service-set_union_strata_estimator.c b/src/set/gnunet-service-set_union_strata_estimator.c
index 97b4a1f98..6de9fb5eb 100644
--- a/src/set/gnunet-service-set_union_strata_estimator.c
+++ b/src/set/gnunet-service-set_union_strata_estimator.c
@@ -155,12 +155,6 @@ strata_estimator_insert (struct StrataEstimator *se,
155} 155}
156 156
157 157
158/**
159 * Remove a key from the strata estimator.
160 *
161 * @param se strata estimator to remove the key from
162 * @param key key to remove
163 */
164void 158void
165strata_estimator_remove (struct StrataEstimator *se, 159strata_estimator_remove (struct StrataEstimator *se,
166 struct IBF_Key key) 160 struct IBF_Key key)