-remove dead leaky code

This commit is contained in:
Christian Grothoff 2021-06-16 17:40:04 +02:00
parent ae7b5951c1
commit bf7adbfa2e
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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);