diff options
| author | Raphael Isemann <teemperor@gmail.com> | 2019-11-12 10:02:59 +0100 |
|---|---|---|
| committer | Raphael Isemann <teemperor@gmail.com> | 2019-11-12 10:02:59 +0100 |
| commit | 6cc853b416a2b0d0b435d145988c5d3b6faaa712 (patch) | |
| tree | 7ea75e5eb7942ca9fa1375c98ee475a50d3ba09e /lldb | |
| parent | bd7d9a85b8b09c945b98d374cc37cb374db012e6 (diff) | |
| download | bcm5719-llvm-6cc853b416a2b0d0b435d145988c5d3b6faaa712.tar.gz bcm5719-llvm-6cc853b416a2b0d0b435d145988c5d3b6faaa712.zip | |
[lldb][NFC] Remove unused CompilerType::IsPossibleCPlusPlusDynamicType
Reviewers: davide, xiaobai
Reviewed By: davide, xiaobai
Subscribers: davide, JDevlieghere, lldb-commits
Tags: #lldb
Differential Revision: https://reviews.llvm.org/D70074
Diffstat (limited to 'lldb')
| -rw-r--r-- | lldb/include/lldb/Symbol/CompilerType.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lldb/include/lldb/Symbol/CompilerType.h b/lldb/include/lldb/Symbol/CompilerType.h index bb9881c0bae..cedd2523a5a 100644 --- a/lldb/include/lldb/Symbol/CompilerType.h +++ b/lldb/include/lldb/Symbol/CompilerType.h @@ -108,11 +108,6 @@ public: bool IsPolymorphicClass() const; - bool - IsPossibleCPlusPlusDynamicType(CompilerType *target_type = nullptr) const { - return IsPossibleDynamicType(target_type, true, false); - } - bool IsPossibleDynamicType(CompilerType *target_type, // Can pass nullptr bool check_cplusplus, bool check_objc) const; |

