merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 7215dea86eda63b18a1b0b9762bb867e8170ae74
parent 09de8f4b84ded8335d404111edaa3cff2bc71354
Author: Florian Dold <florian.dold@gmail.com>
Date:   Wed, 17 Jan 2018 22:39:35 +0100

remove unused exported variable

Diffstat:
Msrc/backend/taler-merchant-httpd.h | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/backend/taler-merchant-httpd.h b/src/backend/taler-merchant-httpd.h @@ -236,11 +236,6 @@ struct TM_HandlerContext /** - * Our wire format details in JSON format (with salt). - */ -extern json_t *j_wire; - -/** * Locations from the configuration. Mapping from * label to location data. */