forked from OSchip/llvm-project
[lldb][NFC] Remove outdated FIXME
This commit is contained in:
parent
b64fdaa86b
commit
c4a406bbd0
|
@ -17,8 +17,6 @@ using namespace lldb_private;
|
|||
|
||||
std::vector<CompilerType> DeclVendor::FindTypes(ConstString name,
|
||||
uint32_t max_matches) {
|
||||
// FIXME: This depends on clang, but should be able to support any
|
||||
// TypeSystem.
|
||||
std::vector<CompilerType> ret;
|
||||
std::vector<CompilerDecl> decls;
|
||||
if (FindDecls(name, /*append*/ true, max_matches, decls))
|
||||
|
|
Loading…
Reference in New Issue