summaryrefslogtreecommitdiff
path: root/src/lib/testing_api_cmd_track.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/testing_api_cmd_track.c')
-rw-r--r--src/lib/testing_api_cmd_track.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/lib/testing_api_cmd_track.c b/src/lib/testing_api_cmd_track.c
index b6d0455b..4d070d26 100644
--- a/src/lib/testing_api_cmd_track.c
+++ b/src/lib/testing_api_cmd_track.c
@@ -61,22 +61,12 @@ struct TrackTransactionState
unsigned int http_status;
/**
- * Not used at the moment. FIXME: remove?
- */
- const char *transfer_reference;
-
- /**
* Reference to a "pay" CMD, used to get the order
* id to issue the track against.
*/
const char *pay_reference;
/**
- * Not used at the moment. FIXME: remove?
- */
- const char *wire_fee;
-
- /**
* Subject line of the wire transfer that payed
* the tracked contract back. WARNING: impredictible
* behaviour if _multiple_ wire transfers were
@@ -472,9 +462,7 @@ TALER_TESTING_cmd_merchant_track_transaction
tts->merchant_url = merchant_url;
tts->ctx = ctx;
tts->http_status = http_status;
- tts->transfer_reference = transfer_reference;
tts->pay_reference = pay_reference;
- tts->wire_fee = wire_fee;
cmd.cls = tts;
cmd.label = label;