name_unlabeled_instances() commented out redundant (never happens) check

This commit is contained in:
stefan schippers 2025-01-11 20:24:16 +01:00
parent a7d5865ab8
commit 7d0a0e82bf
1 changed files with 2 additions and 2 deletions

View File

@ -1441,7 +1441,7 @@ static int name_unlabeled_instances()
}
}
}
#if 0 /* should never happen */
for (i = 0; i < instances; ++i)
{
if(!inst[i].node) continue;
@ -1464,7 +1464,7 @@ static int name_unlabeled_instances()
}
}
}
#endif
return err;