aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_routing.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-22 16:03:22 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-22 16:03:22 +0100
commit633bed1b616820d351b4ed3216273138a28587f2 (patch)
treef41f6976ed21637a6342e46cbe5da29a801af2e2 /src/dht/gnunet-service-dht_routing.c
parentb5a1e1405a9d294e4b06b13da7b1cf6a3638f6ab (diff)
downloadgnunet-633bed1b616820d351b4ed3216273138a28587f2.tar.gz
gnunet-633bed1b616820d351b4ed3216273138a28587f2.zip
eliminate dead argument
Diffstat (limited to 'src/dht/gnunet-service-dht_routing.c')
-rw-r--r--src/dht/gnunet-service-dht_routing.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/dht/gnunet-service-dht_routing.c b/src/dht/gnunet-service-dht_routing.c
index eebeedc22..098b6e895 100644
--- a/src/dht/gnunet-service-dht_routing.c
+++ b/src/dht/gnunet-service-dht_routing.c
@@ -276,7 +276,6 @@ process (void *cls,
276 * GDS_NEIGHBOURS_handle_reply for all peers that sent us a matching 276 * GDS_NEIGHBOURS_handle_reply for all peers that sent us a matching
277 * request recently. 277 * request recently.
278 * 278 *
279 * @param cls NULL (why have it?)
280 * @param type type of the block 279 * @param type type of the block
281 * @param expiration_time when does the content expire 280 * @param expiration_time when does the content expire
282 * @param key key for the content 281 * @param key key for the content
@@ -288,8 +287,7 @@ process (void *cls,
288 * @param data_size number of bytes in data 287 * @param data_size number of bytes in data
289 */ 288 */
290void 289void
291GDS_ROUTING_process (void *cls, 290GDS_ROUTING_process (enum GNUNET_BLOCK_Type type,
292 enum GNUNET_BLOCK_Type type,
293 struct GNUNET_TIME_Absolute expiration_time, 291 struct GNUNET_TIME_Absolute expiration_time,
294 const struct GNUNET_HashCode *key, 292 const struct GNUNET_HashCode *key,
295 unsigned int put_path_length, 293 unsigned int put_path_length,