Removed a line that should have been removed before the last commit.

This commit is contained in:
Tim Edwards 2021-10-08 08:43:05 -04:00
parent 4fae7a1a2b
commit bf89c834f4
1 changed files with 0 additions and 2 deletions

View File

@ -738,8 +738,6 @@ extOutputNodes(nodeList, outFile)
/* Do not export aliases that are not ports unless the */
/* "extract do aliases" options was selected. */
if (!(ExtOptions & EXT_DOALIASES) && (!isPort)) continue;
if (ll->ll_label->lab_text == text)
{
isPort = (ll->ll_attr == LL_PORTATTR) ? TRUE : FALSE;