diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-01-04 09:22:33 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-01-04 09:22:33 +0100 |
commit | 7d60d3a61823594a9f6df9f884d9237741a4576c (patch) | |
tree | 563579fa502296ba8088c26df232c08753d31e05 /src | |
parent | 067891bbbade55644344585ea8b9cc95cba039c8 (diff) |
nicer formatting, some DCE
Diffstat (limited to 'src')
-rw-r--r-- | src/auditor/taler-auditor.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c index 89f044608..7ce2032dc 100644 --- a/src/auditor/taler-auditor.c +++ b/src/auditor/taler-auditor.c @@ -1703,11 +1703,6 @@ struct AggregationContext struct WireFeeInfo *fee_tail; /** - * How much did we make in aggregation fees. - */ - struct TALER_Amount total_aggregation_feesX; - - /** * Final result status. */ enum GNUNET_DB_QueryStatus qs; |