Delete trivial instances of /*NOTREACHED*/
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
a0cdd157f1
commit
1fee5028a2
6 changed files with 0 additions and 7 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue