summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd.c
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-07-29 18:25:49 +0200
committerFlorian Dold <florian@dold.me>2021-07-29 18:25:49 +0200
commiteb3c3c3557fd7a5b54cd09dafe3eb404bb9441db (patch)
tree9a23ec1df11adecaf7313e475eb006ec695d74d6 /src/exchange/taler-exchange-httpd.c
parent2432c593854b555e408bc72d47235c84efff7b6b (diff)
downloadexchange-eb3c3c3557fd7a5b54cd09dafe3eb404bb9441db.tar.gz
exchange-eb3c3c3557fd7a5b54cd09dafe3eb404bb9441db.tar.bz2
exchange-eb3c3c3557fd7a5b54cd09dafe3eb404bb9441db.zip
remove more dead config
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 76a71d703..f37035ada 100644
--- a/src/exchange/taler-exchange-httpd.c
+++ b/src/exchange/taler-exchange-httpd.c
@@ -79,11 +79,6 @@ struct ExchangeHttpRequestClosure
/**
- * Directory where revocations are stored (global)
- */
-char *TEH_revocation_directory;
-
-/**
* Are clients allowed to request /keys for times other than the
* current time? Allowing this could be abused in a DoS-attack
* as building new /keys responses is expensive. Should only be
@@ -1147,17 +1142,6 @@ exchange_serve_process_config (void)
return GNUNET_SYSERR;
}
if (GNUNET_OK !=
- GNUNET_CONFIGURATION_get_value_filename (TEH_cfg,
- "exchange",
- "REVOCATION_DIR",
- &TEH_revocation_directory))
- {
- GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
- "exchange",
- "REVOCATION_DIR");
- return GNUNET_SYSERR;
- }
- if (GNUNET_OK !=
TALER_config_get_currency (TEH_cfg,
&TEH_currency))
{