Skip to content

Commit 19c0c0b

Browse files
committed
TypeSize: remove unused deprecated methods
Forgotten in commit 547a507
1 parent 631e291 commit 19c0c0b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/include/llvm/Support/TypeSize.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -328,10 +328,6 @@ class TypeSize : public details::FixedOrScalableQuantity<TypeSize, uint64_t> {
328328
return TypeSize(MinimumSize, true);
329329
}
330330

331-
constexpr ScalarTy getFixedSize() const { return getFixedValue(); }
332-
333-
constexpr ScalarTy getKnownMinSize() const { return getKnownMinValue(); }
334-
335331
// All code for this class below this point is needed because of the
336332
// temporary implicit conversion to uint64_t. The operator overloads are
337333
// needed because otherwise the conversion of the parent class

0 commit comments

Comments
 (0)