forked from github/server
more unused code removed
This commit is contained in:
parent
fe39eb6cf7
commit
b8205893d2
|
@ -48,17 +48,6 @@ static void test_unit_orders(CuTest *tc) {
|
||||||
test_teardown();
|
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) {
|
static void test_faction_password_okay(CuTest *tc) {
|
||||||
faction *f;
|
faction *f;
|
||||||
FILE *F;
|
FILE *F;
|
||||||
|
|
Loading…
Reference in New Issue