forked from github/server
unused function
This commit is contained in:
parent
807fe607e7
commit
82e4d75429
|
@ -60,10 +60,6 @@ static void test_make_fighter(CuTest * tc)
|
||||||
test_cleanup();
|
test_cleanup();
|
||||||
}
|
}
|
||||||
|
|
||||||
static int add_two(const building * b, const unit * u) {
|
|
||||||
return 2;
|
|
||||||
}
|
|
||||||
|
|
||||||
static building_type * setup_castle(void) {
|
static building_type * setup_castle(void) {
|
||||||
building_type * btype;
|
building_type * btype;
|
||||||
construction *cons;
|
construction *cons;
|
||||||
|
|
Loading…
Reference in New Issue