mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-09-07 03:21:20 +02:00
Removed a line that should have been removed before the last commit.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user