Author: Alex Langford Date: 2023-06-09T11:53:52-07:00 New Revision: 347a7b2a89ce03d51a39d2380a520a27c2954af8
URL: https://github.com/llvm/llvm-project/commit/347a7b2a89ce03d51a39d2380a520a27c2954af8 DIFF: https://github.com/llvm/llvm-project/commit/347a7b2a89ce03d51a39d2380a520a27c2954af8.diff LOG: [lldb][NFCI] Delete unused member from SymbolFileSymtab Added: Modified: lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.h Removed: ################################################################################ diff --git a/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.h b/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.h index 4cf4b5f370792..1bbc4de9c9425 100644 --- a/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.h +++ b/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.h @@ -93,14 +93,11 @@ class SymbolFileSymtab : public lldb_private::SymbolFileCommon { lldb::CompUnitSP ParseCompileUnitAtIndex(uint32_t index) override; - typedef std::map<lldb_private::ConstString, lldb::TypeSP> TypeMap; - lldb_private::Symtab::IndexCollection m_source_indexes; lldb_private::Symtab::IndexCollection m_func_indexes; lldb_private::Symtab::IndexCollection m_code_indexes; lldb_private::Symtab::IndexCollection m_data_indexes; lldb_private::Symtab::NameToIndexMap m_objc_class_name_to_index; - TypeMap m_objc_class_types; }; #endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_SYMTAB_SYMBOLFILESYMTAB_H _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits