Remove declaration of SymbolTable::codegen, this method was deleted in r264091

llvm-svn: 264441
This commit is contained in:
Reid Kleckner 2016-03-25 18:20:33 +00:00
parent 5f916d3df4
commit 20e24193f3
1 changed files with 0 additions and 1 deletions

View 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