From bf89c834f40297b4f4ff11537a1056cc84568379 Mon Sep 17 00:00:00 2001 From: Tim Edwards Date: Fri, 8 Oct 2021 08:43:05 -0400 Subject: [PATCH] Removed a line that should have been removed before the last commit. --- extract/ExtBasic.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/extract/ExtBasic.c b/extract/ExtBasic.c index 57e98fb2..3e738fc3 100644 --- a/extract/ExtBasic.c +++ b/extract/ExtBasic.c @@ -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;