commit 0a7ba32d115888636865c0aa340525c6d7b864b3 parent 0d27e60be0446209d5d2af89ad1160464500d2ff Author: Florian Dold <florian.dold@gmail.com> Date: Mon, 23 May 2016 15:17:23 +0200 remove unnecessary extern declaration Diffstat:
| M | src/backend/taler-merchant-httpd_parsing.c | | | 6 | ------ |
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_parsing.c b/src/backend/taler-merchant-httpd_parsing.c @@ -27,12 +27,6 @@ #include "taler-merchant-httpd_parsing.h" #include "taler-merchant-httpd_responses.h" -/* Although the following declaration isn't in any case useful -to a merchant's activity, it's needed here to make the function -'TMH_PARSE_nagivate_json ()' compile fine; so its value will be -kept on some merchant's accepted currency. For multi currencies -merchants, that of course would require a patch */ -extern char *TMH_merchant_currency_string; /** * Initial size for POST request buffer.