mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 21:32:10 +00:00
Remove unused variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234426 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
011438b1c7
commit
4b72aeb95c
@ -368,8 +368,6 @@ void SymbolTableWriter::writeSymbol(uint32_t name, uint8_t info, uint64_t value,
|
||||
|
||||
uint16_t Index = LargeIndex ? uint16_t(ELF::SHN_XINDEX) : shndx;
|
||||
|
||||
raw_svector_ostream OS(SymtabF->getContents());
|
||||
|
||||
if (Is64Bit) {
|
||||
write(*SymtabF, name); // st_name
|
||||
write(*SymtabF, info); // st_info
|
||||
|
Loading…
Reference in New Issue
Block a user