Removed a line that should have been removed before the last commit.
This commit is contained in:
parent
4fae7a1a2b
commit
bf89c834f4
|
|
@ -738,8 +738,6 @@ extOutputNodes(nodeList, outFile)
|
||||||
/* Do not export aliases that are not ports unless the */
|
/* Do not export aliases that are not ports unless the */
|
||||||
/* "extract do aliases" options was selected. */
|
/* "extract do aliases" options was selected. */
|
||||||
|
|
||||||
if (!(ExtOptions & EXT_DOALIASES) && (!isPort)) continue;
|
|
||||||
|
|
||||||
if (ll->ll_label->lab_text == text)
|
if (ll->ll_label->lab_text == text)
|
||||||
{
|
{
|
||||||
isPort = (ll->ll_attr == LL_PORTATTR) ? TRUE : FALSE;
|
isPort = (ll->ll_attr == LL_PORTATTR) ? TRUE : FALSE;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue