Skip to content

Commit 3c2ef81

Browse files
committed
[lldb] Disable PlatformRemoteMacOSX
rdar://90360204
1 parent d4048df commit 3c2ef81

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ static uint32_t g_initialize_count = 0;
4545
void PlatformMacOSX::Initialize() {
4646
PlatformDarwin::Initialize();
4747
PlatformRemoteiOS::Initialize();
48-
PlatformRemoteMacOSX::Initialize();
4948
#if defined(__APPLE__)
5049
PlatformAppleSimulator::Initialize();
5150
PlatformDarwinKernel::Initialize();
@@ -80,7 +79,6 @@ void PlatformMacOSX::Terminate() {
8079
PlatformDarwinKernel::Terminate();
8180
PlatformAppleSimulator::Terminate();
8281
#endif
83-
PlatformRemoteMacOSX::Initialize();
8482
PlatformRemoteiOS::Terminate();
8583
PlatformDarwin::Terminate();
8684
}

0 commit comments

Comments
 (0)