[lldb][NFC] Remove no longer valid comment for TypeSystem::SetSymbolFile

This commit is contained in:
Raphael Isemann 2021-11-11 12:39:54 +01:00
parent 098ea29641
commit 2a0e77362e
1 changed files with 0 additions and 1 deletions

View 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