(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 static int
feed_land(struct lndstr *lp, int etus) feed_land(struct lndstr *lp, int etus)
{ {
int needed, give, take; int needed;
struct shpstr *sp;
if (opt_NOFOOD) if (opt_NOFOOD)
return 0; return 0;