(feed_land): Remove unused local variables.
This commit is contained in:
parent
f67f90b2cb
commit
961273b6a2
1 changed files with 1 additions and 2 deletions
|
@ -339,8 +339,7 @@ landrepair(struct lndstr *land, struct natstr *np, int *bp, int etus)
|
|||
static int
|
||||
feed_land(struct lndstr *lp, int etus)
|
||||
{
|
||||
int needed, give, take;
|
||||
struct shpstr *sp;
|
||||
int needed;
|
||||
|
||||
if (opt_NOFOOD)
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue