diff options
author | Florian Dold <florian@dold.me> | 2021-01-16 23:57:34 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-01-16 23:57:34 +0100 |
commit | ed9c37ef4fb49949b06fccac72e498b67c4c61ce (patch) | |
tree | 4681f62c83ef043de66b3fffe4ece7c18f4e44ee | |
parent | 94c5ee9376c0a51389adeffa529cca0b8c21e5f1 (diff) |
remove unused struct member
-rw-r--r-- | src/exchange/taler-exchange-aggregator.c | 5 |
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]; |