forked from OSchip/llvm-project
[lldb][NFC] Remove no longer valid comment for TypeSystem::SetSymbolFile
This commit is contained in:
parent
098ea29641
commit
2a0e77362e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue