From abc63eda98bd64a29413b6daf60c0d2ea47a7132 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 24 Mar 2015 00:01:33 +0100 Subject: avoid cast --- src/mint/plugin_mintdb_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mint/plugin_mintdb_common.c') diff --git a/src/mint/plugin_mintdb_common.c b/src/mint/plugin_mintdb_common.c index 6e52a3bc..34c95bae 100644 --- a/src/mint/plugin_mintdb_common.c +++ b/src/mint/plugin_mintdb_common.c @@ -41,7 +41,7 @@ common_free_reserve_history (void *cls, case TALER_MINT_DB_RO_BANK_TO_MINT: bt = rh->details.bank; if (NULL != bt->wire) - json_decref ((json_t *) bt->wire); /* FIXME: avoid cast? */ + json_decref (bt->wire); GNUNET_free (bt); break; case TALER_MINT_DB_RO_WITHDRAW_COIN: -- cgit v1.2.3