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
|
@ -283,5 +283,4 @@ lwpSelect(void *arg)
|
||||||
lwpReady(LwpCurrent);
|
lwpReady(LwpCurrent);
|
||||||
lwpReschedule();
|
lwpReschedule();
|
||||||
}
|
}
|
||||||
/*NOTREACHED*/
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -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*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -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*/
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -157,7 +157,6 @@ update_sched(void *unused)
|
||||||
|
|
||||||
update_get_schedule();
|
update_get_schedule();
|
||||||
}
|
}
|
||||||
/*NOTREACHED*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue