tweaks: drop an assignment whose value is never used [scan-build]
This useless assignment has been there for ages, since before 2.0.0.master
parent
947ccbb597
commit
1a1519b6cd
|
@ -1514,7 +1514,6 @@ bool do_wrap(linestruct *line)
|
|||
line->data = charealloc(line->data, line_len + 2);
|
||||
line->data[line_len] = ' ';
|
||||
line->data[line_len + 1] = '\0';
|
||||
remainder = line->data + wrap_loc;
|
||||
rest_length++;
|
||||
openfile->totsize++;
|
||||
openfile->current_x++;
|
||||
|
|
Loading…
Reference in New Issue