diff options
| -rw-r--r-- | lld/ELF/InputFiles.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/ELF/InputFiles.h b/lld/ELF/InputFiles.h index adbb0be6a71..f2f0f8c47c0 100644 --- a/lld/ELF/InputFiles.h +++ b/lld/ELF/InputFiles.h @@ -181,7 +181,6 @@ private: void initializeSections(llvm::DenseSet<llvm::CachedHashStringRef> &ComdatGroups); void initializeSymbols(); - void initializeReverseDependencies(); void initializeDwarfLine(); InputSectionBase<ELFT> *getRelocTarget(const Elf_Shdr &Sec); InputSectionBase<ELFT> *createInputSection(const Elf_Shdr &Sec, |

