Remove declaration of SymbolTable::codegen, this method was deleted in r264091
authorReid Kleckner <rnk@google.com>
Fri, 25 Mar 2016 18:20:33 +0000 (18:20 +0000)
committerReid Kleckner <rnk@google.com>
Fri, 25 Mar 2016 18:20:33 +0000 (18:20 +0000)
llvm-svn: 264441

lld/ELF/SymbolTable.h

index ab809c0..f61dbf9 100644 (file)
@@ -72,7 +72,6 @@ private:
   void addLazy(Lazy *New);
   void addMemberFile(Undefined *Undef, Lazy *L);
   void resolve(SymbolBody *Body);
-  std::unique_ptr<InputFile> codegen(llvm::Module &M);
   std::string conflictMsg(SymbolBody *Old, SymbolBody *New);
 
   // The order the global symbols are in is not defined. We can use an arbitrary