forked from OSchip/llvm-project
[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:
parent
bd7d9a85b8
commit
6cc853b416
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue