mark unused argument

This commit is contained in:
Christian Grothoff 2019-12-07 16:51:24 +01:00
parent b164e090dc
commit 5a96c528b3
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -1116,6 +1116,8 @@ handle_reserve_out (void *cls,
struct GNUNET_TIME_Absolute expire_withdraw;
enum GNUNET_DB_QueryStatus qs;
(void) denom_sig; /* FIXME: checked elsewhere? If so, potential for
optimization to simply not fetch this value from DB! */
/* should be monotonically increasing */
GNUNET_assert (rowid >= ppr.last_reserve_out_serial_id);
ppr.last_reserve_out_serial_id = rowid + 1;