diff --git a/src/common/kernel/give.c b/src/common/kernel/give.c index 8c06948d1..45eddbd67 100644 --- a/src/common/kernel/give.c +++ b/src/common/kernel/give.c @@ -73,12 +73,6 @@ add_give(unit * u, unit * u2, int n, const resource_type * rtype, struct order * } } -static void -addgive(unit * u, unit * u2, int n, resource_t res, struct order * ord, int error) -{ - add_give(u, u2, n, oldresourcetype[res], ord, error); -} - static void give_peasants(int n, const item_type * itype, unit * src) {