inp_modify_exp(), cleanup #2/17, remove redundant assignments
This commit is contained in:
parent
3fc7b99292
commit
3d842352aa
|
|
@ -5640,8 +5640,6 @@ inp_modify_exp(char* expr)
|
|||
|
||||
new_str = wl_flatten(wlist);
|
||||
wl_free(wlist);
|
||||
wlist = NULL;
|
||||
wl = NULL;
|
||||
return(new_str);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue