forked from OSchip/llvm-project
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:
parent
085b9ff6e2
commit
a4846c8524
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue