summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-01-24 18:01:07 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2019-01-24 18:01:07 +0100
commit649dd16401379285bb2260fce8dbb5eb6f24b453 (patch)
tree440a50c674ae374bbb356930bfb6b47963073092 /src/lib
parentb2c47a74a91459dc190421d25772ea0c86eae513 (diff)
downloadexchange-649dd16401379285bb2260fce8dbb5eb6f24b453.tar.gz
exchange-649dd16401379285bb2260fce8dbb5eb6f24b453.tar.bz2
exchange-649dd16401379285bb2260fce8dbb5eb6f24b453.zip
Simplify things.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/test_auditor_api.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/test_auditor_api.c b/src/lib/test_auditor_api.c
index d7e8f8630..cde3e1aa9 100644
--- a/src/lib/test_auditor_api.c
+++ b/src/lib/test_auditor_api.c
@@ -472,15 +472,12 @@ run (void *cls,
struct TALER_TESTING_Command commands[] = {
- #if 0
CMD_RUN_AUDITOR("virgin-auditor"),
CMD_RUN_WIRE_AUDITOR("virgin-wire-auditor"),
- #endif
TALER_TESTING_cmd_batch ("withdraw",
withdraw),
TALER_TESTING_cmd_batch ("spend",
spend),
- #if 0
TALER_TESTING_cmd_batch ("refresh",
refresh),
TALER_TESTING_cmd_batch ("track",
@@ -493,7 +490,6 @@ run (void *cls,
payback),
CMD_RUN_AUDITOR("normal-auditor"),
CMD_RUN_WIRE_AUDITOR("normal-wire-auditor"),
- #endif
TALER_TESTING_cmd_end ()
};