This revision was automatically updated to reflect the committed changes. Closed by commit rG6cc853b416a2: [lldb][NFC] Remove unused CompilerType::IsPossibleCPlusPlusDynamicType (authored by teemperor).
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D70074/new/ https://reviews.llvm.org/D70074 Files: lldb/include/lldb/Symbol/CompilerType.h Index: lldb/include/lldb/Symbol/CompilerType.h =================================================================== --- lldb/include/lldb/Symbol/CompilerType.h +++ lldb/include/lldb/Symbol/CompilerType.h @@ -108,11 +108,6 @@ 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;
Index: lldb/include/lldb/Symbol/CompilerType.h =================================================================== --- lldb/include/lldb/Symbol/CompilerType.h +++ lldb/include/lldb/Symbol/CompilerType.h @@ -108,11 +108,6 @@ 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;
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits