diff options
Diffstat (limited to 'src/core/hle/kernel/thread.h')
| -rw-r--r-- | src/core/hle/kernel/thread.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/hle/kernel/thread.h b/src/core/hle/kernel/thread.h index 469f8a56d..d384d50db 100644 --- a/src/core/hle/kernel/thread.h +++ b/src/core/hle/kernel/thread.h | |||
| @@ -240,11 +240,6 @@ public: | |||
| 240 | return status == ThreadStatus::WaitSynchAll; | 240 | return status == ThreadStatus::WaitSynchAll; |
| 241 | } | 241 | } |
| 242 | 242 | ||
| 243 | /** | ||
| 244 | * Logs the backtrace for the current thread | ||
| 245 | */ | ||
| 246 | void LogBacktrace(); | ||
| 247 | |||
| 248 | ThreadContext& GetContext() { | 243 | ThreadContext& GetContext() { |
| 249 | return context; | 244 | return context; |
| 250 | } | 245 | } |