summaryrefslogtreecommitdiff
path: root/src/include/taler_testing_lib.h
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-01-18 04:00:35 +0100
committerFlorian Dold <florian.dold@gmail.com>2020-01-18 04:00:35 +0100
commitadd346eb6cb88799ed89afbab5314f7aab44afbc (patch)
treed27f58483454dfb8e8a277d91b0d0589c90ce15d /src/include/taler_testing_lib.h
parent08a447985c598561555a00e15b83f84ece79ceb8 (diff)
downloadexchange-add346eb6cb88799ed89afbab5314f7aab44afbc.tar.gz
exchange-add346eb6cb88799ed89afbab5314f7aab44afbc.tar.bz2
exchange-add346eb6cb88799ed89afbab5314f7aab44afbc.zip
remove redundant bank_url field
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r--src/include/taler_testing_lib.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index 2631d581e..4426e65a5 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -269,11 +269,6 @@ TALER_TESTING_url_port_free (const char *url);
struct TALER_TESTING_BankConfiguration
{
/**
- * Bank base URL.
- */
- char *bank_url;
-
- /**
* Base URL of the exchange's bank account. Basically
* @e bank_url plus the exchange account.
*