diff options
Diffstat (limited to 'lldb/source/Symbol/DeclVendor.cpp')
| -rw-r--r-- | lldb/source/Symbol/DeclVendor.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Symbol/DeclVendor.cpp b/lldb/source/Symbol/DeclVendor.cpp index cf87f4f879b1..e99ebfee4cff 100644 --- a/lldb/source/Symbol/DeclVendor.cpp +++ b/lldb/source/Symbol/DeclVendor.cpp @@ -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)) |
