mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 21:08:12 +00:00
Kernel: Remove Process::state(), everyone should use Thread::state()
This commit is contained in:
parent
bd86ebbcc0
commit
66a9c233be
1 changed files with 0 additions and 2 deletions
|
@ -53,8 +53,6 @@ public:
|
|||
|
||||
bool is_dead() const { return m_dead; }
|
||||
|
||||
Thread::State state() const { return main_thread().state(); }
|
||||
|
||||
Thread& main_thread() { return *m_main_thread; }
|
||||
const Thread& main_thread() const { return *m_main_thread; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue