Skip to content

Commit 2a7a9f8

Browse files
committed
remove from TypeSystemSwiftTypeRef too
1 parent 09f00a2 commit 2a7a9f8

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
@@ -2306,13 +2306,6 @@ CompilerType TypeSystemSwiftTypeRef::GetChildCompilerTypeAtIndex(
23062306
ast_child_is_deref_of_parent, valobj, ast_language_flags));
23072307
}
23082308

2309-
uint32_t
2310-
TypeSystemSwiftTypeRef::GetIndexOfChildWithName(opaque_compiler_type_t type,
2311-
const char *name,
2312-
bool omit_empty_base_classes) {
2313-
return m_swift_ast_context->GetIndexOfChildWithName(
2314-
ReconstructType(type), name, omit_empty_base_classes);
2315-
}
23162309
size_t TypeSystemSwiftTypeRef::GetIndexOfChildMemberWithName(
23172310
opaque_compiler_type_t type, const char *name, bool omit_empty_base_classes,
23182311
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
@@ -165,9 +165,6 @@ class TypeSystemSwiftTypeRef : public TypeSystemSwift {
165165
uint32_t &child_bitfield_bit_size, uint32_t &child_bitfield_bit_offset,
166166
bool &child_is_base_class, bool &child_is_deref_of_parent,
167167
ValueObject *valobj, uint64_t &language_flags) override;
168-
uint32_t GetIndexOfChildWithName(lldb::opaque_compiler_type_t type,
169-
const char *name,
170-
bool omit_empty_base_classes) override;
171168
size_t
172169
GetIndexOfChildMemberWithName(lldb::opaque_compiler_type_t type,
173170
const char *name, bool omit_empty_base_classes,

0 commit comments

Comments
 (0)