summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2019-10-09 16:55:27 +0000
committerAdrian Prantl <aprantl@apple.com>2019-10-09 16:55:27 +0000
commitf98606f17735daa7a1cf3b774846445f3a178879 (patch)
tree6267eb2c39db99d33879e157ea47e312956609d1 /lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
parent22314179f0660c172514b397060fd8f34b586e82 (diff)
downloadbcm5719-llvm-f98606f17735daa7a1cf3b774846445f3a178879.tar.gz
bcm5719-llvm-f98606f17735daa7a1cf3b774846445f3a178879.zip
Remove obsolete parameter.
llvm-svn: 374185
Diffstat (limited to 'lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp')
-rw-r--r--lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp b/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
index d773832a975..3f8502548fc 100644
--- a/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
+++ b/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
@@ -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?
OpenPOWER on IntegriCloud