diff --git a/src/common/kernel/unit.c b/src/common/kernel/unit.c index 9e4235d8a..92ffba40a 100644 --- a/src/common/kernel/unit.c +++ b/src/common/kernel/unit.c @@ -194,8 +194,9 @@ destroy_unit(unit * u) { region *r = u->region; boolean zombie = false; +#if 0 unit *clone; - +#endif if (!ufindhash(u->no)) return; if (!fval(u->race, RCF_ILLUSIONARY)) {