WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 48708c5

Browse files
Removed two unused statements from EFantenna.c, per the discussion
in github pull request #377.
1 parent 983f4cb commit 48708c5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.3.521
1+
8.3.522

extflat/EFantenna.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,6 @@ antennaAccumFunc(tile, aaptr)
875875
{
876876
if (type >= DBNumUserLayers)
877877
{
878-
DBResidueMask(type, &sMask);
879878
for (ttype = TT_TECHDEPBASE; ttype < DBNumTypes; ttype++)
880879
if (TTMaskHasType(&sMask, ttype))
881880
if (DBTypeOnPlane(ttype, plane))
@@ -986,7 +985,6 @@ antennaAccumFunc(tile, aaptr)
986985

987986
if (type >= DBNumUserLayers)
988987
{
989-
DBResidueMask(type, &sMask);
990988
for (ttype = TT_TECHDEPBASE; ttype < DBNumTypes; ttype++)
991989
if (TTMaskHasType(&sMask, ttype))
992990
if (DBTypeOnPlane(ttype, plane))

0 commit comments

Comments
 (0)