gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-exchange] branch master updated: benchmark: remove o


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: benchmark: remove odd macro
Date: Sun, 19 Aug 2018 01:14:24 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 7ba7a46f benchmark: remove odd macro
7ba7a46f is described below

commit 7ba7a46f24cb7db3426ee0349f5dcd0178cf3c29
Author: Florian Dold <address@hidden>
AuthorDate: Sun Aug 19 01:13:17 2018 +0200

    benchmark: remove odd macro
---
 src/benchmark/taler-exchange-benchmark.c | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/src/benchmark/taler-exchange-benchmark.c 
b/src/benchmark/taler-exchange-benchmark.c
index ed923cd3..828ac7c4 100644
--- a/src/benchmark/taler-exchange-benchmark.c
+++ b/src/benchmark/taler-exchange-benchmark.c
@@ -197,13 +197,6 @@ static char *remote_host;
  */
 static char *remote_dir;
 
-/**
- * Convenience macros to allocate all the currency-dependant
- * strings;  note that the argument list of the macro is ignored.
- * It is kept as a way to make the macro more auto-descriptive
- * where it is called.
- */
-#define ALLOCATE_AMOUNTS(...) \
 
 /**
  * Decide which exchange account is going to be
@@ -368,11 +361,6 @@ run (void *cls,
   GNUNET_asprintf (&AMOUNT_4, "%s:4", currency);
   GNUNET_asprintf (&AMOUNT_1, "%s:1", currency);
 
-  ALLOCATE_AMOUNTS
-    (AMOUNT_5,
-     AMOUNT_4,
-     AMOUNT_1);
-
   GNUNET_assert (GNUNET_OK == TALER_amount_get_zero (currency, 
&total_reserve_amount));
   total_reserve_amount.value = 5 * howmany_coins;
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]