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

@ -379,7 +379,6 @@ bmnxtsct(struct nstr_sect *np)
np->id = sctoff(np->x, np->y);
return 1;
}
/*NOTREACHED*/
}
/*

View file

@ -74,5 +74,4 @@ nxtsct(struct nstr_sect *np, struct sctstr *sp)
if (nstr_exec(np->cond, np->ncond, sp))
return 1;
}
/*NOTREACHED*/
}

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) {