Author: Raphael Isemann Date: 2021-11-11T12:39:54+01:00 New Revision: 2a0e77362e3ac1f4de1290640ad1122f9d4e208b
URL: https://github.com/llvm/llvm-project/commit/2a0e77362e3ac1f4de1290640ad1122f9d4e208b DIFF: https://github.com/llvm/llvm-project/commit/2a0e77362e3ac1f4de1290640ad1122f9d4e208b.diff LOG: [lldb][NFC] Remove no longer valid comment for TypeSystem::SetSymbolFile Added: Modified: lldb/include/lldb/Symbol/TypeSystem.h Removed: ################################################################################ diff --git a/lldb/include/lldb/Symbol/TypeSystem.h b/lldb/include/lldb/Symbol/TypeSystem.h index e695f6580767..be5783596897 100644 --- a/lldb/include/lldb/Symbol/TypeSystem.h +++ b/lldb/include/lldb/Symbol/TypeSystem.h @@ -91,7 +91,6 @@ class TypeSystem : public PluginInterface { virtual SymbolFile *GetSymbolFile() const { return m_sym_file; } - // Returns true if the symbol file changed during the set accessor. virtual void SetSymbolFile(SymbolFile *sym_file) { m_sym_file = sym_file; } // CompilerDecl functions _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits