From: David Blaikie Date: Thu, 19 Jun 2014 18:26:28 +0000 (+0000) Subject: Remove use of removed function, llvm_stop_multithreading X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f25c2015b33b5414598b4528763bdc5079385156;p=oota-llvm.git 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 --- 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(); }