diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c index c39df21a4..80649c0bc 100644 --- a/src/exchange/taler-exchange-httpd.c +++ b/src/exchange/taler-exchange-httpd.c @@ -448,7 +448,6 @@ proceed_with_handler (struct TEH_RequestContext *rc, * Handle a "/seed" request. * * @param rc request context - * @param connection the MHD connection to handle * @param args array of additional options (must be empty for this function) * @return MHD result code */ @@ -640,7 +639,6 @@ handle_post_management (struct TEH_RequestContext *rc, * Handle a get "/management" request. * * @param rc request context - * @param connection the MHD connection to handle * @param args array of additional options (must be empty for this function) * @return MHD result code */