Remove dead declaration.
authorRui Ueyama <ruiu@google.com>
Fri, 29 Jul 2016 16:08:04 +0000 (16:08 +0000)
committerRui Ueyama <ruiu@google.com>
Fri, 29 Jul 2016 16:08:04 +0000 (16:08 +0000)
llvm-svn: 277159

lld/ELF/LinkerScript.h

index 34996ed..4b1f267 100644 (file)
@@ -157,7 +157,6 @@ private:
   int getSectionIndex(StringRef Name);
   std::vector<size_t> getPhdrIndices(StringRef SectionName);
   size_t getPhdrIndex(StringRef PhdrName);
-  void dispatchAssignment(SymbolAssignment *Cmd);
 
   uintX_t Dot;
 };