cleanup
This commit is contained in:
parent
c32b6934a3
commit
0260a5b61a
|
|
@ -1977,8 +1977,6 @@ inp_fix_ternary_operator_str(char *line, bool all)
|
|||
static void
|
||||
inp_fix_ternary_operator(struct line *card)
|
||||
{
|
||||
bool found_control = FALSE;
|
||||
|
||||
for (; card; card = card->li_next) {
|
||||
|
||||
char *line = card->li_line;
|
||||
|
|
|
|||
Loading…
Reference in New Issue