summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lld/ELF/InputFiles.h1
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,
OpenPOWER on IntegriCloud