diff options
Diffstat (limited to 'lib/Support/CrashRecoveryContext.cpp')
| -rw-r--r-- | lib/Support/CrashRecoveryContext.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/CrashRecoveryContext.cpp b/lib/Support/CrashRecoveryContext.cpp index 929f5dacd729..aba0f1ddeee8 100644 --- a/lib/Support/CrashRecoveryContext.cpp +++ b/lib/Support/CrashRecoveryContext.cpp @@ -60,7 +60,7 @@ public:    }  }; -} // namespace +}  static ManagedStatic<sys::Mutex> gCrashRecoveryContextMutex;  static bool gCrashRecoveryEnabled = false;  | 
