forked from github/server
eliminate unused variable.
This commit is contained in:
parent
04bf7153f0
commit
a085442b8f
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue