Skip to content

Commit 0478adc

Browse files
committed
[Object,ELFTypes] Remove TargetEndianness
Finish the rename by #86604
1 parent 6b136ce commit 0478adc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/include/llvm/Object/ELFTypes.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ template <endianness E, bool Is64> struct ELFType {
5151
using packed = support::detail::packed_endian_specific_integral<Ty, E, 1>;
5252

5353
public:
54-
static const endianness TargetEndianness = E;
5554
static const endianness Endianness = E;
5655
static const bool Is64Bits = Is64;
5756

0 commit comments

Comments
 (0)