diff options
Diffstat (limited to 'lld/ELF/OutputSections.h')
| -rw-r--r-- | lld/ELF/OutputSections.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lld/ELF/OutputSections.h b/lld/ELF/OutputSections.h index bf8936685e2..81fa9e5227d 100644 --- a/lld/ELF/OutputSections.h +++ b/lld/ELF/OutputSections.h @@ -678,8 +678,6 @@ public: std::pair<OutputSectionBase<ELFT> *, bool> create(InputSectionBase<ELFT> *C, StringRef OutsecName); - OutputSectionBase<ELFT> *lookup(StringRef Name, uint32_t Type, uintX_t Flags); - private: Key createKey(InputSectionBase<ELFT> *C, StringRef OutsecName); |

