mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 10:55:58 +08:00
[lldb][NFCI] Remove unused LanguageType parameters
These parameters are unused in these methods, and some of them only had a LanguageType parameter to pipe to other methods that don't use it either.
This commit is contained in:
@@ -69,7 +69,7 @@ void PersistentExpressionState::RegisterExecutionUnit(
|
||||
// of the demangled name will find the mangled one (needed for looking up
|
||||
// metadata pointers.)
|
||||
Mangled mangler(global_var.m_name);
|
||||
mangler.GetDemangledName(lldb::eLanguageTypeUnknown);
|
||||
mangler.GetDemangledName();
|
||||
m_symbol_map[global_var.m_name.GetCString()] = global_var.m_remote_addr;
|
||||
LLDB_LOGF(log, " Symbol: %s at 0x%" PRIx64 ".",
|
||||
global_var.m_name.GetCString(), global_var.m_remote_addr);
|
||||
|
||||
Reference in New Issue
Block a user