From 23c68388d62d37a01c6fa4234776925619242e6f Mon Sep 17 00:00:00 2001 From: Prem Chintalapudi Date: Fri, 8 Apr 2022 15:52:21 -0400 Subject: [PATCH] Remove old note about PM_mutex --- doc/src/devdocs/locks.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/src/devdocs/locks.md b/doc/src/devdocs/locks.md index dd7380416849d..c15dfd3841047 100644 --- a/doc/src/devdocs/locks.md +++ b/doc/src/devdocs/locks.md @@ -28,7 +28,6 @@ The following are definitely leaf locks (level 1), and must not try to acquire a > * gc_perm_lock > * flisp > * jl_in_stackwalk (Win32) -> * PM_mutex[i] > * ResourcePool::mutex > > > flisp itself is already threadsafe, this lock only protects the `jl_ast_context_list_t` pool