kernel/thread: Remove global GetCurrentThread()
This is only used in one place, so we can fold it into the calling code, eliminating a place for the global system instance to be used.
Please register or sign in to comment
This is only used in one place, so we can fold it into the calling code, eliminating a place for the global system instance to be used.