Skip to content

Commit a34c406

Browse files
committed
remove from TypeSystemSwiftTypeRef too
(cherry picked from commit 2a7a9f8)
1 parent 2c0bfc5 commit a34c406

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2355,13 +2355,6 @@ CompilerType TypeSystemSwiftTypeRef::GetChildCompilerTypeAtIndex(
23552355
ast_child_is_deref_of_parent, valobj, ast_language_flags));
23562356
}
23572357

2358-
uint32_t
2359-
TypeSystemSwiftTypeRef::GetIndexOfChildWithName(opaque_compiler_type_t type,
2360-
const char *name,
2361-
bool omit_empty_base_classes) {
2362-
return m_swift_ast_context->GetIndexOfChildWithName(
2363-
ReconstructType(type), name, omit_empty_base_classes);
2364-
}
23652358
size_t TypeSystemSwiftTypeRef::GetIndexOfChildMemberWithName(
23662359
opaque_compiler_type_t type, const char *name, bool omit_empty_base_classes,
23672360
std::vector<uint32_t> &child_indexes) {

lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,6 @@ class TypeSystemSwiftTypeRef : public TypeSystemSwift {
163163
uint32_t &child_bitfield_bit_size, uint32_t &child_bitfield_bit_offset,
164164
bool &child_is_base_class, bool &child_is_deref_of_parent,
165165
ValueObject *valobj, uint64_t &language_flags) override;
166-
uint32_t GetIndexOfChildWithName(lldb::opaque_compiler_type_t type,
167-
const char *name,
168-
bool omit_empty_base_classes) override;
169166
size_t
170167
GetIndexOfChildMemberWithName(lldb::opaque_compiler_type_t type,
171168
const char *name, bool omit_empty_base_classes,

0 commit comments

Comments
 (0)