Skip to content

Commit 6cc853b

Browse files
committed
[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
1 parent bd7d9a8 commit 6cc853b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lldb/include/lldb/Symbol/CompilerType.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,6 @@ class CompilerType {
108108

109109
bool IsPolymorphicClass() const;
110110

111-
bool
112-
IsPossibleCPlusPlusDynamicType(CompilerType *target_type = nullptr) const {
113-
return IsPossibleDynamicType(target_type, true, false);
114-
}
115-
116111
bool IsPossibleDynamicType(CompilerType *target_type, // Can pass nullptr
117112
bool check_cplusplus, bool check_objc) const;
118113

0 commit comments

Comments
 (0)