remove line already commented out
This commit is contained in:
parent
e4e8bc53b6
commit
7f791e3fc1
|
|
@ -176,7 +176,6 @@ struct pnode* ft_getpnames_quotes(wordlist* wl, bool check)
|
|||
/* restore the old node name after parsing */
|
||||
for (tmpnode = names; tmpnode; tmpnode = tmpnode->pn_next) {
|
||||
if (strstr(tmpnode->pn_name, "v(\"")) {
|
||||
// if (strstr(quotedstrings, tmpnode->pn_name)) {
|
||||
char newstr[100];
|
||||
char* tmp = tmpnode->pn_name;
|
||||
int ii = 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue