summaryrefslogtreecommitdiff
path: root/src/vm/threads.h
diff options
context:
space:
mode:
authorAndrew Au <andrewau@microsoft.com>2018-05-24 11:43:54 -0700
committerAndrew Au <cshung@gmail.com>2018-11-06 18:34:47 -0800
commit8d9206829c5ae9f2efcf70c5ee19977f0130bae8 (patch)
tree58980e11187b4857ecfe83c75205feab07a852e0 /src/vm/threads.h
parenta00a15f6ab923ef9bfee8334f241f8163359316b (diff)
downloadcoreclr-8d9206829c5ae9f2efcf70c5ee19977f0130bae8.tar.gz
coreclr-8d9206829c5ae9f2efcf70c5ee19977f0130bae8.tar.bz2
coreclr-8d9206829c5ae9f2efcf70c5ee19977f0130bae8.zip
Completed the lock reversal work
Diffstat (limited to 'src/vm/threads.h')
-rw-r--r--src/vm/threads.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vm/threads.h b/src/vm/threads.h
index 3d9db05b8e..3aa1681f1e 100644
--- a/src/vm/threads.h
+++ b/src/vm/threads.h
@@ -5321,8 +5321,6 @@ public:
static void InitThreadStore();
static void LockThreadStore();
static void UnlockThreadStore();
- static void EnterThreadStoreLockOnly();
- static void LeaveThreadStoreLockOnly();
// Add a Thread to the ThreadStore
// WARNING : only GC calls this with bRequiresTSL set to FALSE.