Remove unused local variables

This commit is contained in:
Ron Koenderink 2008-02-09 11:13:50 -06:00 committed by Markus Armbruster
parent acd768e5e2
commit 5461c86994

View file

@ -914,8 +914,6 @@ mission_pln_sel(struct emp_qelem *list, int wantflags, int nowantflags,
struct plnstr *pp; struct plnstr *pp;
struct plchrstr *pcp; struct plchrstr *pcp;
struct plist *plp; struct plist *plp;
int y, bad, bad1;
unsigned x;
for (qp = list->q_forw; qp != list; qp = next) { for (qp = list->q_forw; qp != list; qp = next) {
next = qp->q_forw; next = qp->q_forw;