diff options
| author | Raphael Isemann <teemperor@gmail.com> | 2019-11-29 14:08:01 +0100 |
|---|---|---|
| committer | Raphael Isemann <teemperor@gmail.com> | 2019-11-29 14:11:25 +0100 |
| commit | 8059188c45f049b52b779d6684ea78b6ef8b168c (patch) | |
| tree | 48aa1ced4d3316de6c113b7e6930126f5abdcd0b /lldb/source/Symbol/ClangASTContext.cpp | |
| parent | c214c92f3be7c15abc458f23c7be05a5790e6aed (diff) | |
| download | bcm5719-llvm-8059188c45f049b52b779d6684ea78b6ef8b168c.tar.gz bcm5719-llvm-8059188c45f049b52b779d6684ea78b6ef8b168c.zip | |
[lldb][NFC] Remove unused ClangASTContext::GetBasicType(ConstString)
Diffstat (limited to 'lldb/source/Symbol/ClangASTContext.cpp')
| -rw-r--r-- | lldb/source/Symbol/ClangASTContext.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lldb/source/Symbol/ClangASTContext.cpp b/lldb/source/Symbol/ClangASTContext.cpp index 8428dfe8c4f..e683a0a9f4b 100644 --- a/lldb/source/Symbol/ClangASTContext.cpp +++ b/lldb/source/Symbol/ClangASTContext.cpp @@ -971,11 +971,6 @@ ClangASTContext::GetBasicTypeEnumeration(ConstString name) { return eBasicTypeInvalid; } -CompilerType ClangASTContext::GetBasicType(ConstString name) { - lldb::BasicType basic_type = ClangASTContext::GetBasicTypeEnumeration(name); - return GetBasicType(basic_type); -} - uint32_t ClangASTContext::GetPointerByteSize() { if (m_pointer_byte_size == 0) if (auto size = GetBasicType(lldb::eBasicTypeVoid) |

