From 1b39a393307288188d790c8e89f794a136a2653f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 2 Jan 2022 22:10:16 +0100 Subject: -dce --- src/include/gnunet_datacache_lib.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/include/gnunet_datacache_lib.h') diff --git a/src/include/gnunet_datacache_lib.h b/src/include/gnunet_datacache_lib.h index 40885803b..519c36bb4 100644 --- a/src/include/gnunet_datacache_lib.h +++ b/src/include/gnunet_datacache_lib.h @@ -145,20 +145,6 @@ GNUNET_DATACACHE_get (struct GNUNET_DATACACHE_Handle *h, void *iter_cls); -/** - * Obtain a random element from the datacache. - * - * @param h handle to the datacache - * @param iter maybe NULL (to just count) - * @param iter_cls closure for @a iter - * @return the number of results found (zero or 1) - */ -unsigned int -GNUNET_DATACACHE_get_random (struct GNUNET_DATACACHE_Handle *h, - GNUNET_DATACACHE_Iterator iter, - void *iter_cls); - - /** * Iterate over the results that are "close" to a particular key in * the datacache. "close" is defined as numerically larger than @a -- cgit v1.2.3