mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
[lldb] Delete commented-out code
This commit is contained in:
@@ -237,7 +237,6 @@ bool ValueObjectDynamicValue::UpdateValue() {
|
||||
m_dynamic_type_info =
|
||||
runtime->FixUpDynamicType(m_dynamic_type_info, *m_parent);
|
||||
|
||||
// m_value.SetContext (Value::eContextTypeClangType, corrected_type);
|
||||
m_value.SetCompilerType(m_dynamic_type_info.GetCompilerType());
|
||||
|
||||
m_value.SetValueType(value_type);
|
||||
|
||||
Reference in New Issue
Block a user