diff options
author | David <25727384+ogniK5377@users.noreply.github.com> | 2020-07-16 15:02:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-16 15:02:04 +0200 |
commit | 0648e023eac31b92c1df1d33a575b9c5266cfdaa (patch) | |
tree | 553beed5770ec50795667bc5ab82c16ced10cc3f /src/core/hle/kernel/thread.h | |
parent | Merge pull request #4249 from Morph1984/delete-update-aoc-on-overwrite (diff) | |
parent | kernel/process: Move name and system context to the bottom of the member list (diff) | |
download | yuzu-0648e023eac31b92c1df1d33a575b9c5266cfdaa.tar yuzu-0648e023eac31b92c1df1d33a575b9c5266cfdaa.tar.gz yuzu-0648e023eac31b92c1df1d33a575b9c5266cfdaa.tar.bz2 yuzu-0648e023eac31b92c1df1d33a575b9c5266cfdaa.tar.lz yuzu-0648e023eac31b92c1df1d33a575b9c5266cfdaa.tar.xz yuzu-0648e023eac31b92c1df1d33a575b9c5266cfdaa.tar.zst yuzu-0648e023eac31b92c1df1d33a575b9c5266cfdaa.zip |
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 c0342c462..9808767e5 100644 --- a/src/core/hle/kernel/thread.h +++ b/src/core/hle/kernel/thread.h @@ -680,9 +680,4 @@ private: std::string name; }; -/** - * Gets the current thread - */ -Thread* GetCurrentThread(); - } // namespace Kernel |