summaryrefslogtreecommitdiff
path: root/src/exchange
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-01-16 23:57:34 +0100
committerFlorian Dold <florian@dold.me>2021-01-16 23:57:34 +0100
commited9c37ef4fb49949b06fccac72e498b67c4c61ce (patch)
tree4681f62c83ef043de66b3fffe4ece7c18f4e44ee /src/exchange
parent94c5ee9376c0a51389adeffa529cca0b8c21e5f1 (diff)
downloadexchange-ed9c37ef4fb49949b06fccac72e498b67c4c61ce.tar.gz
exchange-ed9c37ef4fb49949b06fccac72e498b67c4c61ce.tar.bz2
exchange-ed9c37ef4fb49949b06fccac72e498b67c4c61ce.zip
remove unused struct member
Diffstat (limited to 'src/exchange')
-rw-r--r--src/exchange/taler-exchange-aggregator.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/exchange/taler-exchange-aggregator.c b/src/exchange/taler-exchange-aggregator.c
index a8448edb9..631599c41 100644
--- a/src/exchange/taler-exchange-aggregator.c
+++ b/src/exchange/taler-exchange-aggregator.c
@@ -95,11 +95,6 @@ struct AggregationUnit
struct TALER_EXCHANGEDB_Session *session;
/**
- * Wire preparation handle.
- */
- struct TALER_BANK_PrepareHandle *ph;
-
- /**
* Array of row_ids from the aggregation.
*/
uint64_t additional_rows[TALER_EXCHANGEDB_MATCHING_DEPOSITS_LIMIT];