diff options
Diffstat (limited to 'src/exchange/taler-exchange-httpd.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c index 11b2d35f..4bab9afa 100644 --- a/src/exchange/taler-exchange-httpd.c +++ b/src/exchange/taler-exchange-httpd.c @@ -450,12 +450,10 @@ handle_get_aml (struct TEH_RequestContext *rc, .op = "decisions", .handler = &TEH_handler_aml_decisions_get }, -#if FIXME_AML_GET_DECISIONS_NOT_IMPLEMENTED { .op = "decision", .handler = &TEH_handler_aml_decision_get }, -#endif { .op = NULL, .handler = NULL |