aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/k_thread.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2023-01-23 14:56:06 -0500
committerLiam <byteslice@airmail.cc>2023-01-23 17:14:41 -0500
commit5086380a63bfbaa118ff48da14f505f842ac19cc (patch)
tree8129ee6653bbb551ac77e45f86ee2ee959b58969 /src/core/hle/kernel/k_thread.h
parent78df1ddce8853255863adbe14bdfb7abf60319fe (diff)
kernel: fix incorrect locking order in suspension
Diffstat (limited to 'src/core/hle/kernel/k_thread.h')
-rw-r--r--src/core/hle/kernel/k_thread.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/kernel/k_thread.h b/src/core/hle/kernel/k_thread.h
index 7cd94a340..083f4962d 100644
--- a/src/core/hle/kernel/k_thread.h
+++ b/src/core/hle/kernel/k_thread.h
@@ -214,8 +214,6 @@ public:
void Continue();
- void WaitUntilSuspended();
-
constexpr void SetSyncedIndex(s32 index) {
synced_index = index;
}