(feed_land): Remove unused local variables.

This commit is contained in:
Ron Koenderink 2006-06-09 00:17:44 +00:00
parent f67f90b2cb
commit 961273b6a2

View file

@ -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;