commit 98a06e7b1280a56f0c36b5aa91d36c9a71f819bb
parent bf0515bd0f532bd47ad0a22fdb30636e33529e1a
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 14 Jun 2026 00:01:37 +0200
-fix warnings: DCE
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/auditordb/create_tables.c b/src/auditordb/create_tables.c
@@ -29,8 +29,6 @@ TALER_AUDITORDB_create_tables (
bool support_partitions,
uint32_t num_partitions)
{
- bool ok = false;
- struct GNUNET_PQ_Context *conn;
struct GNUNET_PQ_QueryParam params[] = {
support_partitions
? GNUNET_PQ_query_param_uint32 (&num_partitions)