commit 87aac812a9be4062b416e5baabc7496f4770fd9a
parent f2774ef8b54585bf1d06d4eb10f672a3ee2aff7c
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 6 Dec 2024 20:39:14 +0100
-fix warning
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/exchangedb/exchangedb_aml.c b/src/exchangedb/exchangedb_aml.c
@@ -492,8 +492,6 @@ update_rules (struct TALER_EXCHANGEDB_RuleUpdater *ru)
static void
check_rules (struct TALER_EXCHANGEDB_RuleUpdater *ru)
{
- const struct TALER_KYCLOGIC_Measure *m;
-
ru->depth++;
if (ru->depth > MAX_DEPTH)
{