Skip to content

Commit

Permalink
Revert "Plug-in PlatformNetBSD initializer and terminator"
Browse files Browse the repository at this point in the history
Summary:
This reverts commit 2354cd73101e58540b8b39783df462d06023309f as it
introduced a bunch regressions on the linux bot.

Reviewers: emaste, krytarowski

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D14844

llvm-svn: 253615
  • Loading branch information
Siva Chandra committed Nov 19, 2015
1 parent 6de40c9 commit fc33b11
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lldb/source/Initialization/SystemInitializerCommon.cpp
Expand Up @@ -115,7 +115,6 @@ SystemInitializerCommon::Initialize()
DynamicLoaderWindowsDYLD::Initialize();
platform_freebsd::PlatformFreeBSD::Initialize();
platform_linux::PlatformLinux::Initialize();
platform_netbsd::PlatformNetBSD::Initialize();
PlatformWindows::Initialize();
PlatformKalimba::Initialize();
platform_android::PlatformAndroid::Initialize();
Expand Down Expand Up @@ -163,7 +162,6 @@ SystemInitializerCommon::Terminate()
DynamicLoaderWindowsDYLD::Terminate();
platform_freebsd::PlatformFreeBSD::Terminate();
platform_linux::PlatformLinux::Terminate();
platform_netbsd::PlatformNetBSD::Terminate();
PlatformWindows::Terminate();
PlatformKalimba::Terminate();
platform_android::PlatformAndroid::Terminate();
Expand Down

0 comments on commit fc33b11

Please sign in to comment.