remove line already commented out

This commit is contained in:
Holger Vogt 2021-11-05 12:06:12 +01:00
parent e4e8bc53b6
commit 7f791e3fc1
1 changed files with 0 additions and 1 deletions

View File

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