Fix nested CrashRecoveryContexts with LLVM_ENABLE_THREADS=OFF, allow them.
[oota-llvm.git] / include / llvm / Support / CrashRecoveryContext.h
index c08c3c1f0d2156de6e1994638e4bece66a98e2f5..bedecfa14ad371d51d513294142e93152875d44b 100644 (file)
@@ -39,8 +39,6 @@ class CrashRecoveryContextCleanup;
 ///
 ///      ... no crash was detected ...
 ///    }
-///
-/// Crash recovery contexts may not be nested.
 class CrashRecoveryContext {
   void *Impl;
   CrashRecoveryContextCleanup *head;