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
Benno Schulenberg 2019-04-03 19:07:22 +02:00
parent 947ccbb597
commit 1a1519b6cd
1 changed files with 0 additions and 1 deletions

View File

@ -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++;