From df4d5efc7c70b902d2b2083fcdbc37f44ef81c4e 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 llvm-svn: 211291 --- llvm/lib/Support/ManagedStatic.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/llvm/lib/Support/ManagedStatic.cpp b/llvm/lib/Support/ManagedStatic.cpp index 9d7e99f..da01195 100644 --- a/llvm/lib/Support/ManagedStatic.cpp +++ b/llvm/lib/Support/ManagedStatic.cpp @@ -94,6 +94,4 @@ void llvm::llvm_shutdown() { while (StaticList) StaticList->destroy(); - - if (llvm_is_multithreaded()) llvm_stop_multithreaded(); } -- 2.7.4