diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_testing_bank_lib.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/taler_testing_bank_lib.h b/src/include/taler_testing_bank_lib.h index 535fd2e9c..1152c6297 100644 --- a/src/include/taler_testing_bank_lib.h +++ b/src/include/taler_testing_bank_lib.h @@ -48,9 +48,6 @@ /* ********************* Helper functions ********************* */ -#define BANK_FAIL() \ - do {GNUNET_break (0); return NULL; } while (0) - /** * Start the (Python) bank process. Assume the port * is available and the database is clean. Use the "prepare |