[lldb] Delete commented-out code

This commit is contained in:
Alex Langford
2020-02-04 14:59:20 -08:00
parent 1091730f5f
commit 48b8e3be51
4 changed files with 0 additions and 10 deletions

View File

@@ -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);