[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: -remove dead leaky code
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: -remove dead leaky code |
Date: |
Wed, 16 Jun 2021 17:40:06 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new bf7adbfa -remove dead leaky code
bf7adbfa is described below
commit bf7adbfa2ea06753b099679b4e15a6015d4db3ff
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jun 16 17:40:04 2021 +0200
-remove dead leaky code
---
src/json/json.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/src/json/json.c b/src/json/json.c
index a730e1e4..faae36d6 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);
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: -remove dead leaky code,
gnunet <=