]> git.pond.sub.org Git - empserver/blobdiff - src/lib/update/ship.c
Clean up dead stores
[empserver] / src / lib / update / ship.c
index 782433f1ebd3554d0cc56e27522bdac2da01ce63..7cf9b284adf58d0fdcb09509790eb38cd870fa02 100644 (file)
@@ -275,7 +275,6 @@ shiprepair(struct shpstr *ship, struct natstr *np, struct bp *bp, int etus)
            return;
     }
 
-    wf = 0;
     /* only military can work on a military boat */
     if (mp->m_glim != 0)
        wf = etus * ship->shp_item[I_MILIT] / 2;