From 1dbbf2de330762ff2951d695432bf01e9ed52032 Mon Sep 17 00:00:00 2001 From: Davide Italiano Date: Thu, 14 Mar 2019 17:41:29 +0000 Subject: [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 --- lldb/source/DataFormatters/DataVisualization.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lldb/source/DataFormatters/DataVisualization.cpp') diff --git a/lldb/source/DataFormatters/DataVisualization.cpp b/lldb/source/DataFormatters/DataVisualization.cpp index 300ce2a08ba..390df54b50f 100644 --- a/lldb/source/DataFormatters/DataVisualization.cpp +++ b/lldb/source/DataFormatters/DataVisualization.cpp @@ -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); -- cgit v1.2.3