inp_modify_exp(), cleanup #2/17, remove redundant assignments

This commit is contained in:
rlar 2014-11-02 11:30:33 +01:00
parent 3fc7b99292
commit 3d842352aa
1 changed files with 0 additions and 2 deletions

View File

@ -5640,8 +5640,6 @@ inp_modify_exp(char* expr)
new_str = wl_flatten(wlist);
wl_free(wlist);
wlist = NULL;
wl = NULL;
return(new_str);
}