Skip to content

Commit 5202d53

Browse files
committed
Revert "[clang][ThreadSafety] Fix code block syntax in ThreadSafetyAnalysis.rst (llvm#96494)"
This reverts commit 3402620.
1 parent 0d88f66 commit 5202d53

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/docs/ThreadSafetyAnalysis.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,6 @@ on success and ``LockNotAcquired`` on failure, the analysis may fail to detect
464464
access to guarded data without holding the mutex because they are both non-zero.
465465

466466
.. code-block:: c++
467-
468467
// *** Beware: this code demonstrates incorrect usage. ***
469468

470469
enum TrylockResult { LockAcquired = 1, LockNotAcquired = 2 };

0 commit comments

Comments
 (0)