summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/taler-merchant-httpd.c')
-rw-r--r--src/backend/taler-merchant-httpd.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c
index a0fce4c1..bc8103d5 100644
--- a/src/backend/taler-merchant-httpd.c
+++ b/src/backend/taler-merchant-httpd.c
@@ -561,12 +561,6 @@ run (void *cls,
"WIREFORMAT",
&wireformat));
- EXITIF (GNUNET_OK !=
- parse_wireformat_sepa (config));
- EXITIF (GNUNET_OK !=
- validate_and_hash_wireformat ("SEPA"));
-
-#if 0
if (0 == strcmp("SEPA", wireformat))
{
EXITIF (GNUNET_OK !=
@@ -581,7 +575,6 @@ run (void *cls,
EXITIF (GNUNET_OK !=
validate_and_hash_wireformat ("TEST"));
}
-#endif
GNUNET_free (wireformat);