[Lldb-commits] [lldb] [lldb] Remove unused private TypeCategoryMap methods (NFC) (PR #80602)
via lldb-commits
lldb-commits at lists.llvm.org
Sun Feb 4 08:09:02 PST 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lldb
Author: Dave Lee (kastiglione)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/80602.diff
1 Files Affected:
- (modified) lldb/include/lldb/DataFormatters/TypeCategoryMap.h (-6)
``````````diff
diff --git a/lldb/include/lldb/DataFormatters/TypeCategoryMap.h b/lldb/include/lldb/DataFormatters/TypeCategoryMap.h
index efd01f321da92..b1981233378bf 100644
--- a/lldb/include/lldb/DataFormatters/TypeCategoryMap.h
+++ b/lldb/include/lldb/DataFormatters/TypeCategoryMap.h
@@ -94,12 +94,6 @@ class TypeCategoryMap {
MapType m_map;
ActiveCategoriesList m_active_categories;
-
- MapType &map() { return m_map; }
-
- ActiveCategoriesList &active_list() { return m_active_categories; }
-
- std::recursive_mutex &mutex() { return m_map_mutex; }
};
} // namespace lldb_private
``````````
</details>
https://github.com/llvm/llvm-project/pull/80602
More information about the lldb-commits
mailing list