mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
Threads: remove some unused code (remnants from thread spawn)
This commit is contained in:
parent
b59bb16fad
commit
b083edccd3
1 changed files with 0 additions and 9 deletions
|
@ -373,15 +373,6 @@ class named_thread final : public Context, result_storage_t<Context>, thread_bas
|
|||
}
|
||||
}
|
||||
|
||||
// Detached thread constructor
|
||||
named_thread(thread_state s, std::string_view name, Context&& f)
|
||||
: Context(std::forward<Context>(f))
|
||||
, thread(name)
|
||||
{
|
||||
thread::m_state.raw() = s;
|
||||
thread::start(&named_thread::entry_point);
|
||||
}
|
||||
|
||||
friend class thread_ctrl;
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Reference in a new issue