From db37e5b5c2bbd87f566dd94e363477d829906e6d Mon Sep 17 00:00:00 2001 From: George Rimar Date: Thu, 3 Nov 2016 08:20:57 +0000 Subject: [PATCH] [ELF] - Removed unused method declaration. NFC. llvm-svn: 285884 --- lld/ELF/InputFiles.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lld/ELF/InputFiles.h b/lld/ELF/InputFiles.h index adbb0be..f2f0f8c 100644 --- a/lld/ELF/InputFiles.h +++ b/lld/ELF/InputFiles.h @@ -181,7 +181,6 @@ private: void initializeSections(llvm::DenseSet &ComdatGroups); void initializeSymbols(); - void initializeReverseDependencies(); void initializeDwarfLine(); InputSectionBase *getRelocTarget(const Elf_Shdr &Sec); InputSectionBase *createInputSection(const Elf_Shdr &Sec, -- 2.7.4