summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_merchant_get_order.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-25 22:40:11 +0100
committerChristian Grothoff <christian@grothoff.org>2020-10-25 22:40:11 +0100
commit46bfed8c3b1463c26ac0404188e9ff0613177c57 (patch)
treecf044d8150b44d3c81fc8b3142aabd375308ffbc /src/testing/testing_api_cmd_merchant_get_order.c
parent60f118f535ba3f6ce9ec5e91d422913f5f7aee4c (diff)
downloadmerchant-46bfed8c3b1463c26ac0404188e9ff0613177c57.tar.gz
merchant-46bfed8c3b1463c26ac0404188e9ff0613177c57.tar.bz2
merchant-46bfed8c3b1463c26ac0404188e9ff0613177c57.zip
benefit from #6524 implementation in GNUnet
Diffstat (limited to 'src/testing/testing_api_cmd_merchant_get_order.c')
-rw-r--r--src/testing/testing_api_cmd_merchant_get_order.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/testing/testing_api_cmd_merchant_get_order.c b/src/testing/testing_api_cmd_merchant_get_order.c
index 55a54532..fa9b6fb4 100644
--- a/src/testing/testing_api_cmd_merchant_get_order.c
+++ b/src/testing/testing_api_cmd_merchant_get_order.c
@@ -140,11 +140,6 @@ merchant_get_order_cb (
{
/* FIXME, deeper checks should be implemented here. */
struct MerchantGetOrderState *gos = cls;
- const struct TALER_TESTING_Command *order_cmd;
-
- order_cmd = TALER_TESTING_interpreter_lookup_command (
- gos->is,
- gos->order_reference);
gos->ogh = NULL;
if (gos->http_status != hr->http_status)