From 1acefcd11e0f6944b9e7e733fcdb7efc8d46f02c Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Fri, 29 Jul 2016 16:08:04 +0000 Subject: [PATCH] Remove dead declaration. llvm-svn: 277159 --- lld/ELF/LinkerScript.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lld/ELF/LinkerScript.h b/lld/ELF/LinkerScript.h index 34996ed..4b1f267 100644 --- a/lld/ELF/LinkerScript.h +++ b/lld/ELF/LinkerScript.h @@ -157,7 +157,6 @@ private: int getSectionIndex(StringRef Name); std::vector getPhdrIndices(StringRef SectionName); size_t getPhdrIndex(StringRef PhdrName); - void dispatchAssignment(SymbolAssignment *Cmd); uintX_t Dot; }; -- 2.7.4