Skip to content

Commit 791f132

Browse files
committed
[lldb] Remove out of order OperatingSystemPython::Terminate call in SystemInitializerFull
We already call it later in the method (which is in the right order as we Initialize it at the of the constructor).
1 parent f2d41ad commit 791f132

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lldb/source/API/SystemInitializerFull.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -388,9 +388,6 @@ void SystemInitializerFull::Terminate() {
388388
DynamicLoaderStatic::Terminate();
389389
DynamicLoaderWindowsDYLD::Terminate();
390390

391-
#if LLDB_ENABLE_PYTHON
392-
OperatingSystemPython::Terminate();
393-
#endif
394391

395392
platform_freebsd::PlatformFreeBSD::Terminate();
396393
platform_linux::PlatformLinux::Terminate();

0 commit comments

Comments
 (0)