diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-03-20 02:36:50 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-03-20 02:36:50 +0100 |
commit | 10c56bcea05df9ac5a7036850039900fbe435e00 (patch) | |
tree | 858b5d691cfecbab0216eaf415ac462e4b07cc37 /src/json/json.c | |
parent | 7a1c6769e428f6f8bb413fb74383c82e16871d2c (diff) |
improving benchmarking logic, including more timings
Diffstat (limited to 'src/json/json.c')
-rw-r--r-- | src/json/json.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/json/json.c b/src/json/json.c index 01a5bfe2b..f0c0aff57 100644 --- a/src/json/json.c +++ b/src/json/json.c @@ -73,7 +73,6 @@ TALER_JSON_get_error_code (const json_t *json) if (NULL == json) { - abort (); GNUNET_break_op (0); return TALER_EC_INVALID_RESPONSE; } |