summaryrefslogtreecommitdiff
path: root/src/json
diff options
context:
space:
mode:
Diffstat (limited to 'src/json')
-rw-r--r--src/json/json.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/json/json.c b/src/json/json.c
index a730e1e42..faae36d62 100644
--- a/src/json/json.c
+++ b/src/json/json.c
@@ -321,11 +321,6 @@ TALER_JSON_contract_hash (const json_t *json,
GNUNET_break (0);
return GNUNET_SYSERR;
}
-
- char *enc = json_dumps (cjson,
- JSON_ENCODE_ANY
- | JSON_COMPACT
- | JSON_SORT_KEYS);
ret = dump_and_hash (cjson,
NULL,
hc);