We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4048df commit 3c2ef81Copy full SHA for 3c2ef81
lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
@@ -45,7 +45,6 @@ static uint32_t g_initialize_count = 0;
45
void PlatformMacOSX::Initialize() {
46
PlatformDarwin::Initialize();
47
PlatformRemoteiOS::Initialize();
48
- PlatformRemoteMacOSX::Initialize();
49
#if defined(__APPLE__)
50
PlatformAppleSimulator::Initialize();
51
PlatformDarwinKernel::Initialize();
@@ -80,7 +79,6 @@ void PlatformMacOSX::Terminate() {
80
79
PlatformDarwinKernel::Terminate();
81
PlatformAppleSimulator::Terminate();
82
#endif
83
84
PlatformRemoteiOS::Terminate();
85
PlatformDarwin::Terminate();
86
}
0 commit comments