[lldb][NFC] Remove no longer valid comment for TypeSystem::SetSymbolFile
authorRaphael Isemann <teemperor@gmail.com>
Thu, 11 Nov 2021 11:39:54 +0000 (12:39 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Thu, 11 Nov 2021 11:39:54 +0000 (12:39 +0100)
lldb/include/lldb/Symbol/TypeSystem.h

index e695f65807671caeb8259a6a87888c2744baba29..be578359689745f7dd110222072f8c4018a2bc49 100644 (file)
@@ -91,7 +91,6 @@ public:
 
   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