Skip to content

Commit 4401d66

Browse files
committed
Revert "[lldb] Factor out iteration over runtime types from GetChildCompilerTypeAtIndex()"
This reverts commit 3868aaa.
1 parent ca46e07 commit 4401d66

File tree

6 files changed

+629
-797
lines changed

6 files changed

+629
-797
lines changed

lldb/source/Plugins/LanguageRuntime/Swift/SwiftLanguageRuntime.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ struct SuperClassType;
6767
using ThreadSafeReflectionContext = LockGuarded<ReflectionContextInterface>;
6868

6969
class SwiftLanguageRuntime : public LanguageRuntime {
70-
friend class SwiftRuntimeTypeVisitor;
71-
7270
protected:
7371
SwiftLanguageRuntime(Process &process);
7472

0 commit comments

Comments
 (0)