inpcom.c, minor cleanup

This commit is contained in:
rlar 2013-06-08 17:13:57 +02:00
parent 82f70e3986
commit 6e042f4147
1 changed files with 1 additions and 2 deletions

View File

@ -2085,7 +2085,6 @@ inp_fix_subckt(struct names *subckt_w_params, char *s)
prev_card = end_card;
num_params++;
}
#else
/* patch provided by Ivan Riis Nielsen */
bool done = FALSE;
@ -2125,8 +2124,8 @@ inp_fix_subckt(struct names *subckt_w_params, char *s)
else
p2 = p1;
}
}
#endif
}
/* now sort parameters in order of dependencies */
inp_sort_params(start_card, end_card, head, start_card, end_card);