Romove accidentially added statement in r249020

llvm-svn: 249021
This commit is contained in:
Sagar Thakur 2015-10-01 15:15:42 +00:00
parent b8862c0107
commit 2ee26ee37b
1 changed files with 0 additions and 2 deletions

View File

@ -2206,8 +2206,6 @@ ObjectFileELF::ParseSymbols (Symtab *symtab,
mangled.SetDemangledName( ConstString((demangled_name + suffix).str()) ); mangled.SetDemangledName( ConstString((demangled_name + suffix).str()) );
} }
printf("Symbol: name=%s, Type:%d value=%08lx\n", symbol_name, symbol_type, symbol.st_value);
Symbol dc_symbol( Symbol dc_symbol(
i + start_id, // ID is the original symbol table index. i + start_id, // ID is the original symbol table index.
mangled, mangled,