diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-18 23:53:15 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-18 23:53:15 +0100 |
commit | 447ae4da0bdd07e2b52470676b87658f1572f43e (patch) | |
tree | b96789f3a3f014396ab5c29ef758d530dd97d0a6 /src | |
parent | b90ce2e467804e9590b200fec386d52d30cb7b3b (diff) |
DCE
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/test_exchange_api_twisted.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/lib/test_exchange_api_twisted.c b/src/lib/test_exchange_api_twisted.c index 1725b1598..5ae71128b 100644 --- a/src/lib/test_exchange_api_twisted.c +++ b/src/lib/test_exchange_api_twisted.c @@ -77,19 +77,6 @@ CMD_EXEC_WIREWATCH (char *label) /** - * Execute the taler-exchange-aggregator command with - * our configuration file. - * - * @param label label to use for the command. - */ -static struct TALER_TESTING_Command -CMD_EXEC_AGGREGATOR (char *label) -{ - return TALER_TESTING_cmd_exec_aggregator (label, CONFIG_FILE); -} - - -/** * Run wire transfer of funds from some user's account to the * exchange. * |