Delete trivial instances of /*NOTREACHED*/

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2014-01-20 22:30:56 +01:00
parent a0cdd157f1
commit 1fee5028a2
6 changed files with 0 additions and 7 deletions

View file

@ -187,7 +187,6 @@ retreat_ship1(struct shpstr *sp, char code, int orig)
if (!orig)
putship(sp->shp_uid, sp);
return 0;
/*NOTREACHED*/
case CN_NAVIGABLE:
break;
case CN_ERROR:
@ -198,7 +197,6 @@ retreat_ship1(struct shpstr *sp, char code, int orig)
if (!orig)
putship(sp->shp_uid, sp);
return 0;
/*NOTREACHED*/
}
if (sp->shp_mobil <= 0.0) {