forked from github/server
remove unused function
This commit is contained in:
parent
9525c8790c
commit
37aded9b1d
|
@ -1446,10 +1446,6 @@ static void test_show_both(CuTest *tc) {
|
||||||
test_cleanup();
|
test_cleanup();
|
||||||
}
|
}
|
||||||
|
|
||||||
static int low_wage(const region * r, const faction * f, const race * rc, int in_turn) {
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
static void test_immigration(CuTest * tc)
|
static void test_immigration(CuTest * tc)
|
||||||
{
|
{
|
||||||
region *r;
|
region *r;
|
||||||
|
|
Loading…
Reference in New Issue