diff options
Diffstat (limited to 'lld/ELF/SyntheticSections.h')
-rw-r--r-- | lld/ELF/SyntheticSections.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lld/ELF/SyntheticSections.h b/lld/ELF/SyntheticSections.h index 11dae7933d0..c8dda4621d3 100644 --- a/lld/ELF/SyntheticSections.h +++ b/lld/ELF/SyntheticSections.h @@ -497,7 +497,6 @@ class RelocationSection final : public RelocationBaseSection { public: RelocationSection(StringRef Name, bool Sort); - unsigned getRelocOffset(); void writeTo(uint8_t *Buf) override; private: @@ -663,8 +662,7 @@ public: size_t HeaderSize; private: - unsigned getPltRelocOff() const; - std::vector<std::pair<const Symbol *, unsigned>> Entries; + std::vector<const Symbol *> Entries; bool IsIplt; }; |