Remove Target::GetBasicType()

I was experimenting with it briefly, and then settled on Target::GetTypeSystem + TypeSystem::GetBasicType, so this API is not necessary to have

Thanks to Ryan Brown for bringing it to my attention

llvm-svn: 247195
This commit is contained in:
Enrico Granata 2015-09-09 22:00:18 +00:00
parent 085b9ff6e2
commit a4846c8524
1 changed files with 0 additions and 5 deletions

View File

@ -1233,11 +1233,6 @@ public:
TypeSystem*
GetTypeSystemForLanguage (lldb::LanguageType language);
CompilerType
GetBasicType (lldb::LanguageType language,
lldb::BasicType basic_type,
size_t size = 0);
ClangASTImporter *
GetClangASTImporter();