[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
This commit is contained in:
Raphael Isemann 2019-11-12 10:02:59 +01:00
parent bd7d9a85b8
commit 6cc853b416
1 changed files with 0 additions and 5 deletions

View File

@ -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;