diff options
Diffstat (limited to 'lib/Support/ManagedStatic.cpp')
| -rw-r--r-- | lib/Support/ManagedStatic.cpp | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/lib/Support/ManagedStatic.cpp b/lib/Support/ManagedStatic.cpp index fb7cd070c42d..1c884dc70fc9 100644 --- a/lib/Support/ManagedStatic.cpp +++ b/lib/Support/ManagedStatic.cpp @@ -28,9 +28,6 @@ static void initializeMutex() {  }  static sys::Mutex* getManagedStaticMutex() { -  // We need to use a function local static here, since this can get called -  // during a static constructor and we need to guarantee that it's initialized -  // correctly.    llvm::call_once(mutex_init_flag, initializeMutex);    return ManagedStaticMutex;  } | 
