lexical #18/19, rewrite
`cw' won't be looked at, thus the append + removal can be dropped `wl_word' is already NULL
This commit is contained in:
parent
f990e517b5
commit
5b67ecda79
|
|
@ -198,12 +198,9 @@ gotchar:
|
|||
newword;
|
||||
}
|
||||
if (cw) {
|
||||
append(NULL);
|
||||
cw->wl_prev->wl_next = NULL;
|
||||
tfree(cw);
|
||||
;
|
||||
} else {
|
||||
append(NULL);
|
||||
cw->wl_word = NULL;
|
||||
}
|
||||
goto done;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue