From c559b1c935a93c4cdec442beeac59264d483c824 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 23 Aug 2021 00:00:32 +0200 Subject: complete implementation of long-polling for reserve status; remove support for multi-threaded exchange httpd --- src/exchange/taler-exchange-httpd_management_wire_disable.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/exchange/taler-exchange-httpd_management_wire_disable.c') diff --git a/src/exchange/taler-exchange-httpd_management_wire_disable.c b/src/exchange/taler-exchange-httpd_management_wire_disable.c index 3b760ea9f..17bd7273f 100644 --- a/src/exchange/taler-exchange-httpd_management_wire_disable.c +++ b/src/exchange/taler-exchange-httpd_management_wire_disable.c @@ -65,7 +65,6 @@ struct DelWireContext * * @param cls closure with a `struct DelWireContext` * @param connection MHD request which triggered the transaction - * @param session database session to use * @param[out] mhd_ret set to MHD response status for @a connection, * if transaction failed (!) * @return transaction status @@ -73,7 +72,6 @@ struct DelWireContext static enum GNUNET_DB_QueryStatus del_wire (void *cls, struct MHD_Connection *connection, - struct TALER_EXCHANGEDB_Session *session, MHD_RESULT *mhd_ret) { struct DelWireContext *awc = cls; @@ -81,7 +79,6 @@ del_wire (void *cls, enum GNUNET_DB_QueryStatus qs; qs = TEH_plugin->lookup_wire_timestamp (TEH_plugin->cls, - session, awc->payto_uri, &last_date); if (qs < 0) @@ -114,7 +111,6 @@ del_wire (void *cls, return GNUNET_DB_STATUS_HARD_ERROR; } qs = TEH_plugin->update_wire (TEH_plugin->cls, - session, awc->payto_uri, awc->validity_end, false); -- cgit v1.2.3