diff options
Diffstat (limited to 'lld/ELF/OutputSections.h')
-rw-r--r-- | lld/ELF/OutputSections.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/ELF/OutputSections.h b/lld/ELF/OutputSections.h index ffb338625e6..a7b67484c94 100644 --- a/lld/ELF/OutputSections.h +++ b/lld/ELF/OutputSections.h @@ -337,7 +337,6 @@ public: private: uint8_t getFdeEncoding(ArrayRef<uint8_t> D); - uintX_t readEntryLength(ArrayRef<uint8_t> D); std::vector<EHInputSection<ELFT> *> Sections; std::vector<Cie<ELFT>> Cies; |