Skip to content

Commit e7bb202

Browse files
authored
Merge pull request #39836 from AtariDreams/malloc
2 parents 98feb5e + 6499e06 commit e7bb202

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stdlib/public/Reflection/TypeLowering.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -661,8 +661,6 @@ class BitMask {
661661
memcpy(mask, src.mask, size);
662662
}
663663

664-
void makeZero() { memset(mask, 0, size); }
665-
666664
bool isNonZero() const { return !isZero(); }
667665

668666
bool isZero() const {

0 commit comments

Comments
 (0)