Removed as it was declared and updated, but never read. This triggers the
clang 23 warning unused-but-set-global
Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Anoop C S <anoopcs@samba.org>
} \
} while (0)
-static unsigned int test_abort_count;
#if 0
static void test_abort_fn(const char *reason)
static void test_abort_stop(void)
{
- test_abort_count = 0;
talloc_set_abort_fn(NULL);
}