(starv_units): Remove unused local variable.
This commit is contained in:
parent
ca246d0bf9
commit
5b84e8087b
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ starv_units(char *range)
|
||||||
struct nstr_item ni;
|
struct nstr_item ni;
|
||||||
struct lndstr land;
|
struct lndstr land;
|
||||||
int nunit = 0;
|
int nunit = 0;
|
||||||
int s, needed;
|
int s;
|
||||||
|
|
||||||
if (!snxtitem(&ni, EF_LAND, range))
|
if (!snxtitem(&ni, EF_LAND, range))
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue