summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-19 16:30:32 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-19 16:30:32 +0200
commitaa68d1d04d004c16d1a4f54f46afe312c93ad550 (patch)
tree495df6930751fc655dca3f8bd273c6c52bcbd05c /src/exchange/taler-exchange-httpd.c
parentd8c9f2a03782da04f5c8f5db9379979abf65b4cf (diff)
downloadexchange-aa68d1d04d004c16d1a4f54f46afe312c93ad550.tar.gz
exchange-aa68d1d04d004c16d1a4f54f46afe312c93ad550.tar.bz2
exchange-aa68d1d04d004c16d1a4f54f46afe312c93ad550.zip
-minor cleanup
Diffstat (limited to 'src/exchange/taler-exchange-httpd.c')
-rw-r--r--src/exchange/taler-exchange-httpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c
index ae8040378..4a206b138 100644
--- a/src/exchange/taler-exchange-httpd.c
+++ b/src/exchange/taler-exchange-httpd.c
@@ -299,6 +299,7 @@ handle_mhd_completion_callback (void *cls,
struct ExchangeHttpRequestClosure *ecls = *con_cls;
struct GNUNET_AsyncScopeSave old_scope;
+ (void) cls;
if (NULL == ecls)
return;
GNUNET_async_scope_enter (&ecls->async_scope_id,
@@ -325,7 +326,6 @@ handle_mhd_completion_callback (void *cls,
toe);
#endif
}
- (void) cls;
TALER_MHD_parse_post_cleanup_callback (ecls->opaque_post_parsing_context);
/* Sanity-check that we didn't leave any transactions hanging */