inpcom.c, minor cleanup

This commit is contained in:
rlar 2013-06-08 17:13:57 +02:00
parent e4a28bc1c3
commit 229385b439
1 changed files with 1 additions and 2 deletions

View File

@ -2079,7 +2079,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;
@ -2119,8 +2118,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);