mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
Threads: remove some unused code (remnants from thread spawn)
This commit is contained in:
parent
b59bb16fad
commit
b083edccd3
@ -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…
Reference in New Issue
Block a user