diff options
Diffstat (limited to 'src/include/taler_testing_bank_lib.h')
-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 @@ | |||
48 | 48 | ||
49 | /* ********************* Helper functions ********************* */ | 49 | /* ********************* Helper functions ********************* */ |
50 | 50 | ||
51 | #define BANK_FAIL() \ | ||
52 | do {GNUNET_break (0); return NULL; } while (0) | ||
53 | |||
54 | /** | 51 | /** |
55 | * Start the (Python) bank process. Assume the port | 52 | * Start the (Python) bank process. Assume the port |
56 | * is available and the database is clean. Use the "prepare | 53 | * is available and the database is clean. Use the "prepare |