From d2cc7bde69313f2b3f4711b1fa4b2b9c746f437e Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Fri, 21 May 2021 22:13:03 +0200 Subject: [PATCH] unused variables --- src/kernel/ally.test.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/kernel/ally.test.c b/src/kernel/ally.test.c index 48c8cc541..9be916b3c 100644 --- a/src/kernel/ally.test.c +++ b/src/kernel/ally.test.c @@ -68,7 +68,6 @@ static void test_allies_set(CuTest *tc) { static void test_alliedfaction(CuTest *tc) { struct faction *f1, *f2; - struct allies * al = NULL; test_setup(); f1 = test_create_faction(); @@ -88,7 +87,6 @@ static void test_alliedfaction(CuTest *tc) { static void test_alliedunit(CuTest *tc) { struct faction *f2, *f1; struct unit *u; - struct allies *al = NULL; test_setup(); u = test_create_unit(f1 = test_create_faction(), test_create_plain(0, 0));