forked from github/server
hide unused function
This commit is contained in:
parent
3f395541e1
commit
26521bcd2b
1 changed files with 1 additions and 1 deletions
|
@ -1891,6 +1891,7 @@ static void test_quit(CuTest *tc) {
|
|||
test_teardown();
|
||||
}
|
||||
|
||||
#ifdef QUIT_WITH_TRANSFER
|
||||
/**
|
||||
* Gifting units to another faction upon voluntary death (QUIT).
|
||||
*/
|
||||
|
@ -1915,7 +1916,6 @@ static void test_quit_transfer(CuTest *tc) {
|
|||
test_teardown();
|
||||
}
|
||||
|
||||
#ifdef QUIT_WITH_TRANSFER
|
||||
/**
|
||||
* Gifting units with limited skills to another faction.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue