summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-07-02 11:49:44 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-07-02 11:49:44 +0200
commit566ad4f0b5972b8183e4bc52f26f1cff6fa1c742 (patch)
tree5fb11fbc26de36341dbaa88f5da63253a5df1189 /src
parentba711d7cd99cf0f0d5040734f2307ee403d83ed0 (diff)
downloadexchange-566ad4f0b5972b8183e4bc52f26f1cff6fa1c742.tar.gz
exchange-566ad4f0b5972b8183e4bc52f26f1cff6fa1c742.tar.bz2
exchange-566ad4f0b5972b8183e4bc52f26f1cff6fa1c742.zip
polish track CMD
Diffstat (limited to 'src')
-rw-r--r--src/exchange-lib/testing_api_cmd_track.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/exchange-lib/testing_api_cmd_track.c b/src/exchange-lib/testing_api_cmd_track.c
index 789b30b9b..60f412c8b 100644
--- a/src/exchange-lib/testing_api_cmd_track.c
+++ b/src/exchange-lib/testing_api_cmd_track.c
@@ -520,7 +520,6 @@ track_transfer_cb
struct TALER_TESTING_Interpreter *is = tts->is;
struct TALER_TESTING_Command *cmd = &is->commands[is->ip];
- const struct TALER_TESTING_Command *wtid_cmd;
struct TALER_Amount expected_amount;
tts->tth = NULL;
@@ -588,17 +587,6 @@ track_transfer_cb
return;
}
- /* FIXME: this block does nothing. Remove? */
- wtid_cmd = TALER_TESTING_interpreter_lookup_command
- (is, tts->wtid_reference);
-
- if (NULL == wtid_cmd)
- {
- GNUNET_break (0);
- TALER_TESTING_interpreter_fail (is);
- return;
- }
-
/**
* Optionally checking: (1) wire-details for this transfer
* match the ones from a referenced "deposit" operation -