eliminate unused variable.

This commit is contained in:
Enno Rehling 2015-06-21 17:54:39 +02:00
parent 04bf7153f0
commit a085442b8f
1 changed files with 0 additions and 2 deletions

View File

@ -34,10 +34,8 @@ static void test_remove_empty_factions_allies(CuTest *tc) {
static void test_remove_empty_factions_alliance(CuTest *tc) { static void test_remove_empty_factions_alliance(CuTest *tc) {
faction *f; faction *f;
struct alliance *al; struct alliance *al;
region *r;
test_cleanup(); test_cleanup();
r = test_create_region(0, 0, 0);
f = test_create_faction(0); f = test_create_faction(0);
al = makealliance(0, "Hodor"); al = makealliance(0, "Hodor");
setalliance(f, al); setalliance(f, al);