Remove obsolete parameter.
llvm-svn: 374185
This commit is contained in:
@@ -2789,7 +2789,6 @@ Symtab *ObjectFileELF::GetSymtab() {
|
||||
uint64_t symbol_id = m_symtab_up->GetNumSymbols();
|
||||
Symbol symbol(symbol_id,
|
||||
GetNextSyntheticSymbolName().GetCString(), // Symbol name.
|
||||
false, // Is the symbol name mangled?
|
||||
eSymbolTypeCode, // Type of this symbol.
|
||||
true, // Is this globally visible?
|
||||
false, // Is this symbol debug info?
|
||||
|
||||
Reference in New Issue
Block a user