summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-05-23 15:17:23 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-05-23 15:19:36 +0200
commit0a7ba32d115888636865c0aa340525c6d7b864b3 (patch)
tree05db4e35fa2f0c842ca53e1bc651d30c3139c9ca
parent0d27e60be0446209d5d2af89ad1160464500d2ff (diff)
downloadmerchant-0a7ba32d115888636865c0aa340525c6d7b864b3.tar.gz
merchant-0a7ba32d115888636865c0aa340525c6d7b864b3.tar.bz2
merchant-0a7ba32d115888636865c0aa340525c6d7b864b3.zip
remove unnecessary extern declaration
-rw-r--r--src/backend/taler-merchant-httpd_parsing.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/backend/taler-merchant-httpd_parsing.c b/src/backend/taler-merchant-httpd_parsing.c
index 9b0a3863..50de5664 100644
--- 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.