From 45532e7bc19a2a73ad6da6502969c536d6831436 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 25 Aug 2021 12:52:12 +0200 Subject: further simplify libgnunetpq event API and implementation, also trigger events on 'loopback' that are not socket-activated --- src/include/gnunet_pq_lib.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/include/gnunet_pq_lib.h') diff --git a/src/include/gnunet_pq_lib.h b/src/include/gnunet_pq_lib.h index ff4498938..fe3fabbea 100644 --- a/src/include/gnunet_pq_lib.h +++ b/src/include/gnunet_pq_lib.h @@ -852,19 +852,6 @@ void GNUNET_PQ_reconnect (struct GNUNET_PQ_Context *db); -/** - * Poll for database events now. Used if the event FD - * is ready and the application wants to trigger applicable - * events. - * Useful if the GNUnet scheduler is NOT to be used for - * such notifications. - * - * @param db database handle - */ -void -GNUNET_PQ_event_do_poll (struct GNUNET_PQ_Context *db); - - /** * Register callback to be invoked on events of type @a es. * -- cgit v1.2.3