summaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_reserves_in_insert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchangedb/pg_reserves_in_insert.h')
-rw-r--r--src/exchangedb/pg_reserves_in_insert.h2
1 files changed, 0 insertions, 2 deletions
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);