summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchange/taler-exchange-httpd.c')
-rw-r--r--src/exchange/taler-exchange-httpd.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c
index a0e9de8a4..76a71d703 100644
--- a/src/exchange/taler-exchange-httpd.c
+++ b/src/exchange/taler-exchange-httpd.c
@@ -79,11 +79,6 @@ struct ExchangeHttpRequestClosure
/**
- * Base directory of the exchange (global)
- */
-char *TEH_exchange_directory;
-
-/**
* Directory where revocations are stored (global)
*/
char *TEH_revocation_directory;
@@ -1154,17 +1149,6 @@ exchange_serve_process_config (void)
if (GNUNET_OK !=
GNUNET_CONFIGURATION_get_value_filename (TEH_cfg,
"exchange",
- "KEYDIR",
- &TEH_exchange_directory))
- {
- GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
- "exchange",
- "KEYDIR");
- return GNUNET_SYSERR;
- }
- if (GNUNET_OK !=
- GNUNET_CONFIGURATION_get_value_filename (TEH_cfg,
- "exchange",
"REVOCATION_DIR",
&TEH_revocation_directory))
{