]> git.pond.sub.org Git - empserver/commitdiff
(feed_land): Remove unused local variables.
authorRon Koenderink <rkoenderink@yahoo.ca>
Fri, 9 Jun 2006 00:17:44 +0000 (00:17 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Fri, 9 Jun 2006 00:17:44 +0000 (00:17 +0000)
src/lib/update/land.c

index e093c6d3f47cf421153a7c6c9d34188443ee5b26..a247f1bcb6e59e3f275098715e163ba8e40405d3 100644 (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;