Skip to content

Commit efa9f5b

Browse files
committed
Delete commented-out code.
1 parent 244ca4e commit efa9f5b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/IRGen/DebugTypeInfo.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ DebugTypeInfo DebugTypeInfo::getFromTypeInfo(swift::Type Ty, const TypeInfo &TI,
5353
if (TI.isFixedSize()) {
5454
const FixedTypeInfo &FixTy = *cast<const FixedTypeInfo>(&TI);
5555
Size::int_type Size = FixTy.getFixedSize().getValue() * 8;
56-
//if (!StorageType->isPointerTy())
57-
// Size -= FixTy.getSpareBits().asAPInt().countTrailingOnes();
5856
SizeInBits = Size;
5957
}
6058
assert(TI.getStorageType() && "StorageType is a nullptr");

0 commit comments

Comments
 (0)