Remove Target::GetBasicType()
authorEnrico Granata <egranata@apple.com>
Wed, 9 Sep 2015 22:00:18 +0000 (22:00 +0000)
committerEnrico Granata <egranata@apple.com>
Wed, 9 Sep 2015 22:00:18 +0000 (22:00 +0000)
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

lldb/include/lldb/Target/Target.h

index 14e9a76..824d51c 100644 (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();