Commit 791f1321 authored by Raphael Isemann's avatar Raphael Isemann
Browse files

[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).
parent f2d41ad0
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -388,9 +388,6 @@ void SystemInitializerFull::Terminate() {
  DynamicLoaderStatic::Terminate();
  DynamicLoaderWindowsDYLD::Terminate();

#if LLDB_ENABLE_PYTHON
  OperatingSystemPython::Terminate();
#endif

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