[DataFormatters] Delete unused code. Not even exposed in the API.
I stumbled upon this while removing LLDB_DISABLE_PYTHON when not needed. llvm-svn: 356176
This commit is contained in:
@@ -58,13 +58,6 @@ DataVisualization::GetSyntheticChildren(ValueObject &valobj,
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifndef LLDB_DISABLE_PYTHON
|
||||
lldb::SyntheticChildrenSP DataVisualization::GetSyntheticChildrenForType(
|
||||
lldb::TypeNameSpecifierImplSP type_sp) {
|
||||
return GetFormatManager().GetSyntheticChildrenForType(type_sp);
|
||||
}
|
||||
#endif
|
||||
|
||||
lldb::TypeFilterImplSP
|
||||
DataVisualization::GetFilterForType(lldb::TypeNameSpecifierImplSP type_sp) {
|
||||
return GetFormatManager().GetFilterForType(type_sp);
|
||||
|
||||
Reference in New Issue
Block a user