diff --git a/lld/ELF/SyntheticSections.h b/lld/ELF/SyntheticSections.h index ad3071d24320bd5838302c37cedb0201a49e89f0..3075cd090d729aecb99b1cc89f174a9dfae9ac90 100644 --- a/lld/ELF/SyntheticSections.h +++ b/lld/ELF/SyntheticSections.h @@ -307,8 +307,6 @@ private: uint64_t Size = 0; - size_t LocalEntriesNum = 0; - // Symbol and addend. typedef std::pair GotEntry;