Skip to content

Commit fe32de7

Browse files
quic-aregquic-seaswara
authored andcommitted
[ELFSection][NFC] Remove unused member
Signed-off-by: quic-areg <aregmi@qti.qualcomm.com>
1 parent c1d7596 commit fe32de7

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

include/eld/Readers/ELFSection.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,6 @@ class ELFSection : public ELFSectionBase {
165165

166166
bool hasNoFragments() const { return HasNoFragments; }
167167

168-
void setFancyOffset() { IsFancyOffset = true; }
169-
170-
bool isFancyOffset() const { return IsFancyOffset; }
171-
172168
/// offset - An integer specifying the offset of this section in the file.
173169
/// Before layouting, output's ELFSection::offset() should return zero.
174170
uint64_t offset() const { return Offset; }
@@ -321,7 +317,6 @@ class ELFSection : public ELFSectionBase {
321317
bool Wanted = false;
322318
bool WantedInOutput = false;
323319
bool IsFixedAddr = false;
324-
bool IsFancyOffset = false;
325320

326321
/// FIXME: We can just query the fragment list instead of storing this?
327322
bool HasNoFragments = false;

0 commit comments

Comments
 (0)