]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/retreat.c
Clean up dead stores
[empserver] / src / lib / subs / retreat.c
index 8b33b35e53b2c0bc6987675ec3b470c0a2b0d1c8..75c6d984c4e8aeab146c1381d35e2c81e92fe93c 100644 (file)
@@ -145,7 +145,6 @@ retreat_ship1(struct shpstr *sp, char code, int orig)
     if (sp->shp_own == 0)
        return 0;
 
-    n = 0;
     if (sp->shp_effic < SHIP_MINEFF) {
        wu(0, sp->shp_own,
           "%s %s,\nbut it died in the attack, and so couldn't retreat!\n",
@@ -405,7 +404,6 @@ retreat_land1(struct lndstr *lp, char code, int orig)
     if (lp->lnd_own == 0)
        return 0;
 
-    n = 0;
     if (lp->lnd_effic < LAND_MINEFF) {
        wu(0, lp->lnd_own,
           "%s %s,\nbut it died in the attack, and so couldn't retreat!\n",