From c8e485088b0139c56edd45ab20ae6d7cfc196dbc Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 30 Jul 2023 16:45:50 +0200 Subject: remove wrap_size, obsolete --- src/exchangedb/pg_reserves_in_insert.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/exchangedb/pg_reserves_in_insert.h') diff --git a/src/exchangedb/pg_reserves_in_insert.h b/src/exchangedb/pg_reserves_in_insert.h index f92843e79..938df3adb 100644 --- a/src/exchangedb/pg_reserves_in_insert.h +++ b/src/exchangedb/pg_reserves_in_insert.h @@ -33,7 +33,6 @@ * @param cls the `struct PostgresClosure` with the plugin-specific state * @param reserves array of reserves to insert * @param reserves_length length of the @a reserves array - * @param batch_size how many inserts to do in one go * @param[out] results set to query status per reserve, must be of length @a reserves_length * @return transaction status code */ @@ -42,7 +41,6 @@ TEH_PG_reserves_in_insert ( void *cls, const struct TALER_EXCHANGEDB_ReserveInInfo *reserves, unsigned int reserves_length, - unsigned int batch_size, enum GNUNET_DB_QueryStatus *results); -- cgit v1.2.3