[lldb][NFC] Remove outdated FIXME

This commit is contained in:
Alex Langford 2021-09-20 11:43:52 -07:00
parent b64fdaa86b
commit c4a406bbd0
1 changed files with 0 additions and 2 deletions

View File

@ -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))