Skip to content

Commit

Permalink
Removed two unused statements from EFantenna.c, per the discussion
Browse files Browse the repository at this point in the history
in github pull request #377.
  • Loading branch information
RTimothyEdwards committed Feb 23, 2025
1 parent 983f4cb commit 48708c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.3.521
8.3.522
2 changes: 0 additions & 2 deletions extflat/EFantenna.c
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,6 @@ antennaAccumFunc(tile, aaptr)
{
if (type >= DBNumUserLayers)
{
DBResidueMask(type, &sMask);
for (ttype = TT_TECHDEPBASE; ttype < DBNumTypes; ttype++)
if (TTMaskHasType(&sMask, ttype))
if (DBTypeOnPlane(ttype, plane))
Expand Down Expand Up @@ -986,7 +985,6 @@ antennaAccumFunc(tile, aaptr)

if (type >= DBNumUserLayers)
{
DBResidueMask(type, &sMask);
for (ttype = TT_TECHDEPBASE; ttype < DBNumTypes; ttype++)
if (TTMaskHasType(&sMask, ttype))
if (DBTypeOnPlane(ttype, plane))
Expand Down

0 comments on commit 48708c5

Please sign in to comment.