summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-06-13 18:28:39 +0200
committerChristian Grothoff <christian@grothoff.org>2020-06-13 18:28:39 +0200
commit1ceb91a1f401f6dea116a71e6f7eea8877dd853c (patch)
treea5d5fd65fdd1f5e1f284e2d1b32b7cfe0b19be89
parent573ee18c1c3c2be680f5ee16058e1ccb26bfe6a8 (diff)
downloadmerchant-1ceb91a1f401f6dea116a71e6f7eea8877dd853c.tar.gz
merchant-1ceb91a1f401f6dea116a71e6f7eea8877dd853c.tar.bz2
merchant-1ceb91a1f401f6dea116a71e6f7eea8877dd853c.zip
DCE
-rw-r--r--src/backend/taler-merchant-httpd_get-orders-ID.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/backend/taler-merchant-httpd_get-orders-ID.c b/src/backend/taler-merchant-httpd_get-orders-ID.c
index 2a84a8a8..b16cc32f 100644
--- a/src/backend/taler-merchant-httpd_get-orders-ID.c
+++ b/src/backend/taler-merchant-httpd_get-orders-ID.c
@@ -220,13 +220,6 @@ struct GetOrderData
*/
bool refunded;
- /**
- * Initially #GNUNET_SYSERR. If we queued a response, set to the
- * result code (i.e. #MHD_YES or #MHD_NO). FIXME: fix type!
- */
- int ret;
-
-
};
@@ -652,7 +645,6 @@ TMH_get_orders_ID (const struct TMH_RequestHandler *rh,
god->sc.con = connection;
god->ec = TALER_EC_NONE;
god->hc = hc;
- god->ret = GNUNET_SYSERR;
{
const char *cts;