summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-29 04:16:00 +0200
committerChristian Grothoff <christian@grothoff.org>2020-03-29 04:16:00 +0200
commit2b27d4ca8be9d8228f4dbf52c4d59be9a91b6bbe (patch)
tree7745d848fa705eae9ac8480890f51547a1e67adb /src/lib
parent0582a6b567eb09c559564f5cae1908584116cc38 (diff)
downloadexchange-2b27d4ca8be9d8228f4dbf52c4d59be9a91b6bbe.tar.gz
exchange-2b27d4ca8be9d8228f4dbf52c4d59be9a91b6bbe.tar.bz2
exchange-2b27d4ca8be9d8228f4dbf52c4d59be9a91b6bbe.zip
remove bogus warnings
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/exchange_api_handle.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c
index a9d28a6a1..224897524 100644
--- a/src/lib/exchange_api_handle.c
+++ b/src/lib/exchange_api_handle.c
@@ -955,9 +955,6 @@ decode_keys_json (const json_t *resp_obj,
{
/* 0:0:0 did not support /keys cherry picking */
TALER_LOG_DEBUG ("Skipping denomination key: already know it\n");
- /* Okay, but why breaking here? It could be that the
- * user redownloaded all the keys in a forced way. */
- GNUNET_break_op (0 == current);
GNUNET_CRYPTO_rsa_public_key_free (dk.key.rsa_public_key);
continue;
}