From f25c2015b33b5414598b4528763bdc5079385156 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Thu, 19 Jun 2014 18:26:28 +0000 Subject: [PATCH] Remove use of removed function, llvm_stop_multithreading git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211291 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/ManagedStatic.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Support/ManagedStatic.cpp b/lib/Support/ManagedStatic.cpp index 9d7e99f97fb..da01195a9df 100644 --- a/lib/Support/ManagedStatic.cpp +++ b/lib/Support/ManagedStatic.cpp @@ -94,6 +94,4 @@ void llvm::llvm_shutdown() { while (StaticList) StaticList->destroy(); - - if (llvm_is_multithreaded()) llvm_stop_multithreaded(); } -- 2.50.1