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

@ -283,5 +283,4 @@ lwpSelect(void *arg)
lwpReady(LwpCurrent); lwpReady(LwpCurrent);
lwpReschedule(); lwpReschedule();
} }
/*NOTREACHED*/
} }

View file

@ -379,7 +379,6 @@ bmnxtsct(struct nstr_sect *np)
np->id = sctoff(np->x, np->y); np->id = sctoff(np->x, np->y);
return 1; 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)) if (nstr_exec(np->cond, np->ncond, sp))
return 1; return 1;
} }
/*NOTREACHED*/
} }

View file

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

View file

@ -56,7 +56,6 @@ market_update(void *unused)
now += 300; /* Every 5 minutes */ now += 300; /* Every 5 minutes */
empth_sleep(now); empth_sleep(now);
} }
/*NOTREACHED*/
} }
void void

View file

@ -157,7 +157,6 @@ update_sched(void *unused)
update_get_schedule(); update_get_schedule();
} }
/*NOTREACHED*/
} }
/* /*