summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/DataFormatters/FormatManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/DataFormatters/FormatManager.h')
-rw-r--r--lldb/include/lldb/DataFormatters/FormatManager.h18
1 files changed, 2 insertions, 16 deletions
diff --git a/lldb/include/lldb/DataFormatters/FormatManager.h b/lldb/include/lldb/DataFormatters/FormatManager.h
index 6f5d7c4f5d0..066df779f90 100644
--- a/lldb/include/lldb/DataFormatters/FormatManager.h
+++ b/lldb/include/lldb/DataFormatters/FormatManager.h
@@ -93,16 +93,10 @@ public:
}
void
- EnableAllCategories ()
- {
- m_categories_map.EnableAllCategories ();
- }
+ EnableAllCategories ();
void
- DisableAllCategories ()
- {
- m_categories_map.DisableAllCategories ();
- }
+ DisableAllCategories ();
bool
DeleteCategory (const ConstString& category_name)
@@ -290,8 +284,6 @@ private:
ConstString m_default_category_name;
ConstString m_system_category_name;
- ConstString m_gnu_cpp_category_name;
- ConstString m_libcxx_category_name;
ConstString m_objc_category_name;
ConstString m_corefoundation_category_name;
ConstString m_coregraphics_category_name;
@@ -328,12 +320,6 @@ private:
// most would actually belong to the users' lldbinit file or to some other form of configurable
// storage
void
- LoadLibStdcppFormatters ();
-
- void
- LoadLibcxxFormatters ();
-
- void
LoadSystemFormatters ();
void
OpenPOWER on IntegriCloud