[Lldb-commits] [lldb] 2a0e773 - [lldb][NFC] Remove no longer valid comment for TypeSystem::SetSymbolFile

Raphael Isemann via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 11 03:40:14 PST 2021


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


        


More information about the lldb-commits mailing list