more unused code removed

This commit is contained in:
Enno Rehling 2020-03-02 21:26:21 +01:00
parent fe39eb6cf7
commit b8205893d2
1 changed files with 0 additions and 11 deletions

View File

@ -48,17 +48,6 @@ static void test_unit_orders(CuTest *tc) {
test_teardown();
}
typedef struct order_list {
const char **orders;
int next;
} order_list;
static const char *getbuf_list(void *data)
{
order_list * olist = (order_list *)data;
return olist->orders[olist->next++];
}
static void test_faction_password_okay(CuTest *tc) {
faction *f;
FILE *F;