From a085442b8f03264e0cc9a396560d394d2a271023 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 21 Jun 2015 17:54:39 +0200 Subject: [PATCH] eliminate unused variable. --- src/kernel/faction.test.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/kernel/faction.test.c b/src/kernel/faction.test.c index ef22b40cd..8b3c7e0af 100644 --- a/src/kernel/faction.test.c +++ b/src/kernel/faction.test.c @@ -34,10 +34,8 @@ static void test_remove_empty_factions_allies(CuTest *tc) { static void test_remove_empty_factions_alliance(CuTest *tc) { faction *f; struct alliance *al; - region *r; test_cleanup(); - r = test_create_region(0, 0, 0); f = test_create_faction(0); al = makealliance(0, "Hodor"); setalliance(f, al);