Skip to content

Commit 234e8bc

Browse files
committed
[Gardening] FSPrunedLiveness: Delete dead decl.
1 parent f999f04 commit 234e8bc

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

include/swift/SIL/FieldSensitivePrunedLiveness.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -351,18 +351,6 @@ struct TypeTreeLeafTypeRange {
351351
deinitBitOffset}};
352352
}
353353

354-
/// Given a type \p rootType and a set of needed elements specified by the bit
355-
/// vector \p neededElements, place into \p foundContiguousTypeRanges a set of
356-
/// TypeTreeLeafTypeRanges that are associated with the bit vectors
357-
/// elements. As a constraint, we ensure that if \p neededElements has bits
358-
/// set that are part of subsequent fields of a type that is only partially
359-
/// needed, the two fields are represented as separate ranges. This ensures
360-
/// that it is easy to use this API to correspond to independent operations
361-
/// for the fields.
362-
static void convertNeededElementsToContiguousTypeRanges(
363-
SILFunction *fn, SILType rootType, SmallBitVector &neededElements,
364-
SmallVectorImpl<TypeTreeLeafTypeRange> &foundContiguousTypeRanges);
365-
366354
static void constructProjectionsForNeededElements(
367355
SILValue rootValue, SILInstruction *insertPt,
368356
SmallBitVector &neededElements,

0 commit comments

Comments
 (0)